Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerInstanceView

Package version

Runtime information of a container instance.

Hierarchy

  • ContainerInstanceView

Index

Properties

Optional currentState

currentState: ContainerState

Current container instance state.

Optional events

events: ContainerEvent[]

The events of this container instance.

Optional previousState

previousState: ContainerState

Previous container instance state.

Optional restartCount

restartCount: undefined | number

The number of times the container has been restarted.

Generated using TypeDoc