@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.14 .0
6+ controller-gen.kubebuilder.io/version : v0.17 .0
77 name : gatewayclassblueprints.gateway.tv2.dk
88spec :
99 group : gateway.tv2.dk
9494 this GatewayClassParameter. Updates follow the same
9595 specification as conditions for GatewayClass.
9696 items :
97- description : " Condition contains details for one aspect of the current
98- state of this API Resource.\n ---\n This struct is intended for
99- direct use as an array at the field path .status.conditions. For
100- example,\n\n\n\t type FooStatus struct{\n\t // Represents the
101- observations of a foo's current state.\n\t // Known .status.conditions.type
102- are: \" Available\" , \" Progressing\" , and \" Degraded\"\n\t //
103- +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
104- \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\" conditions,omitempty\"
105- patchStrategy:\" merge\" patchMergeKey:\" type\" protobuf:\" bytes,1,rep,name=conditions\" `\n\n\n\t
106- \ // other fields\n\t }"
97+ description : Condition contains details for one aspect of the current
98+ state of this API Resource.
10799 properties :
108100 lastTransitionTime :
109101 description : |-
@@ -144,12 +136,7 @@ spec:
144136 - Unknown
145137 type : string
146138 type :
147- description : |-
148- type of condition in CamelCase or in foo.example.com/CamelCase.
149- ---
150- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
151- useful (see .node.status.conditions), the ability to deconflict is important.
152- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
139+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
153140 maxLength : 316
154141 pattern : ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
155142 type : string
0 commit comments