Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 881 Bytes

V1Initializers.md

File metadata and controls

11 lines (7 loc) · 881 Bytes

V1Initializers

Properties

Name Type Description Notes
Pending []V1Initializer Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients. [default to null]
Result *V1Status If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]