ContainerInstanceViewResponse

data class ContainerInstanceViewResponse(val currentState: ContainerStateResponse? = null, val events: List<ContainerEventResponse>? = null, val previousState: ContainerStateResponse? = null, val restartCount: Int? = null)

Runtime information of a container instance.

Constructors

Link copied to clipboard
constructor(currentState: ContainerStateResponse? = null, events: List<ContainerEventResponse>? = null, previousState: ContainerStateResponse? = null, restartCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current container instance state.

Link copied to clipboard

The events of this container instance.

Link copied to clipboard

Previous container instance state.

Link copied to clipboard
val restartCount: Int? = null

The number of times the container has been restarted.