InitContainerPropertiesDefinitionInstanceView interface
The instance view of the init container. Only valid in response.
Properties
current |
The current state of the init container. NOTE: This property will not be serialized. It can only be populated by the server. |
events | The events of the init container. NOTE: This property will not be serialized. It can only be populated by the server. |
previous |
The previous state of the init container. NOTE: This property will not be serialized. It can only be populated by the server. |
restart |
The number of times that the init container has been restarted. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
currentState
The current state of the init container. NOTE: This property will not be serialized. It can only be populated by the server.
currentState?: ContainerState
Property Value
events
The events of the init container. NOTE: This property will not be serialized. It can only be populated by the server.
events?: Event_2[]
Property Value
Event[]
previousState
The previous state of the init container. NOTE: This property will not be serialized. It can only be populated by the server.
previousState?: ContainerState
Property Value
restartCount
The number of times that the init container has been restarted. NOTE: This property will not be serialized. It can only be populated by the server.
restartCount?: number
Property Value
number