InitContainerPropertiesDefinitionResponseInstanceView

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

constructor(currentState: ContainerStateResponse, events: List<EventResponse>, previousState: ContainerStateResponse, restartCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current state of the init container.

Link copied to clipboard

The events of the init container.

Link copied to clipboard

The previous state of the init container.

Link copied to clipboard

The number of times that the init container has been restarted.