Skip to content

Commit d52a132

Browse files
committed
refresh schema
1 parent 5ef2b9c commit d52a132

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

models_gen.go

Lines changed: 5 additions & 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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,9 +1676,12 @@ input GlobalServiceAttributes {
16761676

16771677
"Attributes for configuring a managed namespace"
16781678
input ManagedNamespaceAttributes {
1679-
"the name of this namespace once its placed on a cluster"
1679+
"the name of this managed namespace (globally unique)"
16801680
name: String!
16811681

1682+
"the name of the namespace if `name` doesn't align"
1683+
namespace: String
1684+
16821685
"A short description of the purpose of this namespace"
16831686
description: String
16841687

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

1804+
"override the name of the kubernetes namespace if `name` is not usable"
1805+
namespace: String
1806+
18011807
"A short description of the purpose of this namespace"
18021808
description: String
18031809

0 commit comments

Comments
 (0)