@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
3
3
kind : CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
- controller-gen.kubebuilder.io/version : v0.16.5
6
+ controller-gen.kubebuilder.io/version : v0.17.0
7
7
name : eksconfigs.bootstrap.cluster.x-k8s.io
8
8
spec :
9
9
group : bootstrap.cluster.x-k8s.io
@@ -113,27 +113,32 @@ spec:
113
113
properties :
114
114
lastTransitionTime :
115
115
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.
117
117
This should be when the underlying condition changed. If that is not known, then using the time when
118
118
the API field changed is acceptable.
119
119
format : date-time
120
120
type : string
121
121
message :
122
122
description : |-
123
- A human readable message indicating details about the transition.
123
+ message is a human readable message indicating details about the transition.
124
124
This field may be empty.
125
+ maxLength : 10240
126
+ minLength : 1
125
127
type : string
126
128
reason :
127
129
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.
129
131
The specific API may choose whether or not this field is considered a guaranteed API.
130
132
This field may be empty.
133
+ maxLength : 256
134
+ minLength : 1
131
135
type : string
132
136
severity :
133
137
description : |-
134
138
severity provides an explicit classification of Reason code, so the users or machines can immediately
135
139
understand the current situation and act accordingly.
136
140
The Severity field MUST be set only when Status=False.
141
+ maxLength : 32
137
142
type : string
138
143
status :
139
144
description : status of the condition, one of True, False, Unknown.
@@ -143,6 +148,8 @@ spec:
143
148
type of condition in CamelCase or in foo.example.com/CamelCase.
144
149
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
145
150
can be useful (see .node.status.conditions), the ability to deconflict is important.
151
+ maxLength : 256
152
+ minLength : 1
146
153
type : string
147
154
required :
148
155
- lastTransitionTime
@@ -513,27 +520,32 @@ spec:
513
520
properties :
514
521
lastTransitionTime :
515
522
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.
517
524
This should be when the underlying condition changed. If that is not known, then using the time when
518
525
the API field changed is acceptable.
519
526
format : date-time
520
527
type : string
521
528
message :
522
529
description : |-
523
- A human readable message indicating details about the transition.
530
+ message is a human readable message indicating details about the transition.
524
531
This field may be empty.
532
+ maxLength : 10240
533
+ minLength : 1
525
534
type : string
526
535
reason :
527
536
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.
529
538
The specific API may choose whether or not this field is considered a guaranteed API.
530
539
This field may be empty.
540
+ maxLength : 256
541
+ minLength : 1
531
542
type : string
532
543
severity :
533
544
description : |-
534
545
severity provides an explicit classification of Reason code, so the users or machines can immediately
535
546
understand the current situation and act accordingly.
536
547
The Severity field MUST be set only when Status=False.
548
+ maxLength : 32
537
549
type : string
538
550
status :
539
551
description : status of the condition, one of True, False, Unknown.
@@ -543,6 +555,8 @@ spec:
543
555
type of condition in CamelCase or in foo.example.com/CamelCase.
544
556
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
545
557
can be useful (see .node.status.conditions), the ability to deconflict is important.
558
+ maxLength : 256
559
+ minLength : 1
546
560
type : string
547
561
required :
548
562
- lastTransitionTime
0 commit comments