@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.16.5
6+ controller-gen.kubebuilder.io/version : v0.17.0
77 name : eksconfigs.bootstrap.cluster.x-k8s.io
88spec :
99 group : bootstrap.cluster.x-k8s.io
@@ -113,27 +113,32 @@ spec:
113113 properties :
114114 lastTransitionTime :
115115 description : |-
116- Last time the condition transitioned from one status to another.
116+ lastTransitionTime is the last time the condition transitioned from one status to another.
117117 This should be when the underlying condition changed. If that is not known, then using the time when
118118 the API field changed is acceptable.
119119 format : date-time
120120 type : string
121121 message :
122122 description : |-
123- A human readable message indicating details about the transition.
123+ message is a human readable message indicating details about the transition.
124124 This field may be empty.
125+ maxLength : 10240
126+ minLength : 1
125127 type : string
126128 reason :
127129 description : |-
128- The reason for the condition's last transition in CamelCase.
130+ reason is the reason for the condition's last transition in CamelCase.
129131 The specific API may choose whether or not this field is considered a guaranteed API.
130132 This field may be empty.
133+ maxLength : 256
134+ minLength : 1
131135 type : string
132136 severity :
133137 description : |-
134138 severity provides an explicit classification of Reason code, so the users or machines can immediately
135139 understand the current situation and act accordingly.
136140 The Severity field MUST be set only when Status=False.
141+ maxLength : 32
137142 type : string
138143 status :
139144 description : status of the condition, one of True, False, Unknown.
@@ -143,6 +148,8 @@ spec:
143148 type of condition in CamelCase or in foo.example.com/CamelCase.
144149 Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
145150 can be useful (see .node.status.conditions), the ability to deconflict is important.
151+ maxLength : 256
152+ minLength : 1
146153 type : string
147154 required :
148155 - lastTransitionTime
@@ -513,27 +520,32 @@ spec:
513520 properties :
514521 lastTransitionTime :
515522 description : |-
516- Last time the condition transitioned from one status to another.
523+ lastTransitionTime is the last time the condition transitioned from one status to another.
517524 This should be when the underlying condition changed. If that is not known, then using the time when
518525 the API field changed is acceptable.
519526 format : date-time
520527 type : string
521528 message :
522529 description : |-
523- A human readable message indicating details about the transition.
530+ message is a human readable message indicating details about the transition.
524531 This field may be empty.
532+ maxLength : 10240
533+ minLength : 1
525534 type : string
526535 reason :
527536 description : |-
528- The reason for the condition's last transition in CamelCase.
537+ reason is the reason for the condition's last transition in CamelCase.
529538 The specific API may choose whether or not this field is considered a guaranteed API.
530539 This field may be empty.
540+ maxLength : 256
541+ minLength : 1
531542 type : string
532543 severity :
533544 description : |-
534545 severity provides an explicit classification of Reason code, so the users or machines can immediately
535546 understand the current situation and act accordingly.
536547 The Severity field MUST be set only when Status=False.
548+ maxLength : 32
537549 type : string
538550 status :
539551 description : status of the condition, one of True, False, Unknown.
@@ -543,6 +555,8 @@ spec:
543555 type of condition in CamelCase or in foo.example.com/CamelCase.
544556 Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
545557 can be useful (see .node.status.conditions), the ability to deconflict is important.
558+ maxLength : 256
559+ minLength : 1
546560 type : string
547561 required :
548562 - lastTransitionTime
0 commit comments