Init Container Properties Definition Response Instance View
data class InitContainerPropertiesDefinitionResponseInstanceView(val currentState: ContainerStateResponse, val events: List<EventResponse>, val previousState: ContainerStateResponse, val restartCount: Int)
The instance view of the init container. Only valid in response.
Constructors
Link copied to clipboard
constructor(currentState: ContainerStateResponse, events: List<EventResponse>, previousState: ContainerStateResponse, restartCount: Int)