File tree Expand file tree Collapse file tree
dataclients/kubernetes/deploy/apply Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1
55kind : CustomResourceDefinition
66metadata :
77 annotations :
8- controller-gen.kubebuilder.io/version : v0.14 .0
8+ controller-gen.kubebuilder.io/version : v0.15 .0
99 name : routegroups.zalando.org
1010spec :
1111 group : zalando.org
@@ -134,10 +134,12 @@ spec:
134134 hosts :
135135 description : List of hostnames for the RouteGroup
136136 items :
137- pattern : " ^[a-z0-9]([-a-z0-9]*[a-z0-9])?([.][a-z0-9]([-a-z0-9]*[a-z0-9])?)*$"
137+ maxLength : 255
138+ pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?([.][a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
138139 type : string
139140 minItems : 1
140141 type : array
142+ x-kubernetes-list-type : set
141143 routes :
142144 description : Routes describe how a matching HTTP request is handled
143145 and where it is forwarded to
@@ -218,10 +220,12 @@ spec:
218220 The values in this list must match the host name(s) used for
219221 the RouteGroup in order to terminate TLS for the host(s).
220222 items :
221- pattern : " ^[a-z0-9]([-a-z0-9]*[a-z0-9])?([.][a-z0-9]([-a-z0-9]*[a-z0-9])?)*$"
223+ maxLength : 255
224+ pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?([.][a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
222225 type : string
223226 minItems : 1
224227 type : array
228+ x-kubernetes-list-type : set
225229 secretName :
226230 description : |-
227231 SecretName is the name of the secret used to terminate TLS traffic.
You can’t perform that action at this time.
0 commit comments