Skip to content

Commit 2255fa2

Browse files
committed
update manage namespace
1 parent d52a132 commit 2255fa2

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

client.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/schema.graphql

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ type RootQueryType {
376376

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

379-
managedNamespace(id: ID!): ManagedNamespace
379+
managedNamespace(id: ID, name: String): ManagedNamespace
380380

381381
customStackRun(id: ID!): CustomStackRun
382382

@@ -796,7 +796,9 @@ type RootMutationType {
796796
deleteProject(id: ID!): Project
797797

798798
"a reusable mutation for updating rbac settings on core services"
799-
updateRbac(rbac: RbacAttributes!, serviceId: ID, clusterId: ID, providerId: ID, pipelineId: ID, stackId: ID): Boolean
799+
updateRbac(
800+
rbac: RbacAttributes!, serviceId: ID, clusterId: ID, providerId: ID, pipelineId: ID, stackId: ID, projectId: ID
801+
): Boolean
800802
}
801803

802804
type RootSubscriptionType {
@@ -1877,7 +1879,7 @@ type ServiceTemplate {
18771879
"A spec for targeting clusters"
18781880
type ClusterTarget {
18791881
"the cluster tags to target"
1880-
tags: Json
1882+
tags: Map
18811883

18821884
"kubernetes distribution to target"
18831885
distro: ClusterDistro

0 commit comments

Comments
 (0)