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 | [optional] |