Skip to content

Commit

Permalink
refresh schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Jul 11, 2024
1 parent 5ef2b9c commit d52a132
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion models_gen.go

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

8 changes: 7 additions & 1 deletion schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1676,9 +1676,12 @@ input GlobalServiceAttributes {

"Attributes for configuring a managed namespace"
input ManagedNamespaceAttributes {
"the name of this namespace once its placed on a cluster"
"the name of this managed namespace (globally unique)"
name: String!

"the name of the namespace if `name` doesn't align"
namespace: String

"A short description of the purpose of this namespace"
description: String

Expand Down Expand Up @@ -1798,6 +1801,9 @@ type ManagedNamespace {
"the name of this namespace once its placed on a cluster"
name: String!

"override the name of the kubernetes namespace if `name` is not usable"
namespace: String

"A short description of the purpose of this namespace"
description: String

Expand Down

0 comments on commit d52a132

Please sign in to comment.