ContainerInstanceView interface

Properties

currentState

Current container instance state.

events

The events of this container instance.

previousState

Previous container instance

restartCount

The number of times the container has been

Property Details

currentState

Current container instance state.

currentState?: ContainerState

Property Value

events

The events of this container instance.

events?: ContainerEvent[]

Property Value

previousState

Previous container instance

previousState?: ContainerState

Property Value

restartCount

The number of times the container has been

restartCount?: number

Property Value

number