@@ -266,6 +266,65 @@ spec:
266
266
status :
267
267
description : HCPVaultSecretsAppStatus defines the observed state of HCPVaultSecretsApp
268
268
properties :
269
+ conditions :
270
+ description : |-
271
+ Conditions hold information that be used by other apps to determine the health
272
+ the resource instance.
273
+ items :
274
+ description : Condition contains details for one aspect of the current
275
+ state of this API Resource.
276
+ properties :
277
+ lastTransitionTime :
278
+ description : |-
279
+ lastTransitionTime is the last time the condition transitioned from one status to another.
280
+ This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
281
+ format : date-time
282
+ type : string
283
+ message :
284
+ description : |-
285
+ message is a human readable message indicating details about the transition.
286
+ This may be an empty string.
287
+ maxLength : 32768
288
+ type : string
289
+ observedGeneration :
290
+ description : |-
291
+ observedGeneration represents the .metadata.generation that the condition was set based upon.
292
+ For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
293
+ with respect to the current state of the instance.
294
+ format : int64
295
+ minimum : 0
296
+ type : integer
297
+ reason :
298
+ description : |-
299
+ reason contains a programmatic identifier indicating the reason for the condition's last transition.
300
+ Producers of specific condition types may define expected values and meanings for this field,
301
+ and whether the values are considered a guaranteed API.
302
+ The value should be a CamelCase string.
303
+ This field may not be empty.
304
+ maxLength : 1024
305
+ minLength : 1
306
+ pattern : ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
307
+ type : string
308
+ status :
309
+ description : status of the condition, one of True, False, Unknown.
310
+ enum :
311
+ - " True"
312
+ - " False"
313
+ - Unknown
314
+ type : string
315
+ type :
316
+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
317
+ maxLength : 316
318
+ 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])$
319
+ type : string
320
+ required :
321
+ - lastTransitionTime
322
+ - message
323
+ - reason
324
+ - status
325
+ - type
326
+ type : object
327
+ type : array
269
328
dynamicSecrets :
270
329
description : |-
271
330
DynamicSecrets lists the last observed state of any dynamic secrets
0 commit comments