Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 694 Bytes

V1Initializers.md

File metadata and controls

11 lines (7 loc) · 694 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.
Result V1Status [optional]

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