@@ -107,6 +107,64 @@ spec:
107107 status :
108108 description : IPXEBootConfigStatus defines the observed state of IPXEBootConfig
109109 properties :
110+ conditions :
111+ description : Conditions represent the latest available observations
112+ of the IPXEBootConfig's state
113+ items :
114+ description : Condition contains details for one aspect of the current
115+ state of this API Resource.
116+ properties :
117+ lastTransitionTime :
118+ description : |-
119+ lastTransitionTime is the last time the condition transitioned from one status to another.
120+ This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
121+ format : date-time
122+ type : string
123+ message :
124+ description : |-
125+ message is a human readable message indicating details about the transition.
126+ This may be an empty string.
127+ maxLength : 32768
128+ type : string
129+ observedGeneration :
130+ description : |-
131+ observedGeneration represents the .metadata.generation that the condition was set based upon.
132+ For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
133+ with respect to the current state of the instance.
134+ format : int64
135+ minimum : 0
136+ type : integer
137+ reason :
138+ description : |-
139+ reason contains a programmatic identifier indicating the reason for the condition's last transition.
140+ Producers of specific condition types may define expected values and meanings for this field,
141+ and whether the values are considered a guaranteed API.
142+ The value should be a CamelCase string.
143+ This field may not be empty.
144+ maxLength : 1024
145+ minLength : 1
146+ pattern : ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
147+ type : string
148+ status :
149+ description : status of the condition, one of True, False, Unknown.
150+ enum :
151+ - " True"
152+ - " False"
153+ - Unknown
154+ type : string
155+ type :
156+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
157+ maxLength : 316
158+ 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])$
159+ type : string
160+ required :
161+ - lastTransitionTime
162+ - message
163+ - reason
164+ - status
165+ - type
166+ type : object
167+ type : array
110168 state :
111169 description : ' Important: Run "make" to regenerate code after modifying
112170 this file'
0 commit comments