Skip to content

Commit

Permalink
update manage namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Jul 12, 2024
1 parent d52a132 commit 2255fa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ type RootQueryType {

clusterManagedNamespaces(after: String, first: Int, before: String, last: Int): ManagedNamespaceConnection

managedNamespace(id: ID!): ManagedNamespace
managedNamespace(id: ID, name: String): ManagedNamespace

customStackRun(id: ID!): CustomStackRun

Expand Down Expand Up @@ -796,7 +796,9 @@ type RootMutationType {
deleteProject(id: ID!): Project

"a reusable mutation for updating rbac settings on core services"
updateRbac(rbac: RbacAttributes!, serviceId: ID, clusterId: ID, providerId: ID, pipelineId: ID, stackId: ID): Boolean
updateRbac(
rbac: RbacAttributes!, serviceId: ID, clusterId: ID, providerId: ID, pipelineId: ID, stackId: ID, projectId: ID
): Boolean
}

type RootSubscriptionType {
Expand Down Expand Up @@ -1877,7 +1879,7 @@ type ServiceTemplate {
"A spec for targeting clusters"
type ClusterTarget {
"the cluster tags to target"
tags: Json
tags: Map

"kubernetes distribution to target"
distro: ClusterDistro
Expand Down

0 comments on commit 2255fa2

Please sign in to comment.