Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 870 Bytes

V1Initializers.md

File metadata and controls

11 lines (7 loc) · 870 Bytes

V1Initializers

Properties

Name Type Description Notes
pending list[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 kubernetes.clients.
result V1Status If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other kubernetes.clients can observe the deletion. [optional]

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