You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-TechPreviewNoUpgrade.crd.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2066,6 +2066,28 @@ spec:
2066
2066
- message: resourceTags are immutable and may only be configured
2067
2067
during installation
2068
2068
rule: self.all(x, x in oldSelf) && oldSelf.all(x, x in self)
2069
+
universeDomain:
2070
+
description: |-
2071
+
universeDomain is the GCP universe domain for the cluster, detected from
2072
+
the installer credentials. Components with their own GCP credentials should
2073
+
read the universe domain from those credentials, as they are the authoritative
2074
+
source. This field is provided for components that do not have GCP credentials
2075
+
and for general observability.
2076
+
2077
+
When omitted, standard public GCP (googleapis.com) is assumed.
2078
+
2079
+
universeDomain is an optional field that, when specified, must be non-empty and at most
2080
+
253 characters. It must be a valid DNS subdomain: containing only lowercase alphanumeric
2081
+
characters, '-' or '.', and starting and ending with an alphanumeric character.
2082
+
maxLength: 253
2083
+
minLength: 1
2084
+
type: string
2085
+
x-kubernetes-validations:
2086
+
- message: 'universeDomain must be a valid DNS subdomain:
2087
+
contain no more than 253 characters, contain only lowercase
2088
+
alphanumeric characters, ''-'' or ''.'', and start and
Copy file name to clipboardExpand all lines: machineconfiguration/v1/zz_generated.crd-manifests/0000_80_machine-config_01_controllerconfigs-TechPreviewNoUpgrade.crd.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2368,6 +2368,28 @@ spec:
2368
2368
be configured during installation
2369
2369
rule: self.all(x, x in oldSelf) && oldSelf.all(x,
2370
2370
x in self)
2371
+
universeDomain:
2372
+
description: |-
2373
+
universeDomain is the GCP universe domain for the cluster, detected from
2374
+
the installer credentials. Components with their own GCP credentials should
2375
+
read the universe domain from those credentials, as they are the authoritative
2376
+
source. This field is provided for components that do not have GCP credentials
2377
+
and for general observability.
2378
+
2379
+
When omitted, standard public GCP (googleapis.com) is assumed.
2380
+
2381
+
universeDomain is an optional field that, when specified, must be non-empty and at most
2382
+
253 characters. It must be a valid DNS subdomain: containing only lowercase alphanumeric
2383
+
characters, '-' or '.', and starting and ending with an alphanumeric character.
2384
+
maxLength: 253
2385
+
minLength: 1
2386
+
type: string
2387
+
x-kubernetes-validations:
2388
+
- message: 'universeDomain must be a valid DNS subdomain:
2389
+
contain no more than 253 characters, contain only
2390
+
lowercase alphanumeric characters, ''-'' or ''.'',
0 commit comments