Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerInstanceView

Package version

interface

An interface representing ContainerInstanceView. Runtime information of a container instance.

Hierarchy

  • ContainerInstanceView

Index

Properties

Optional currentState

currentState: ContainerState
member

{ContainerState} [currentState] Current container instance state.

Optional events

events: ContainerEvent[]
member

{ContainerEvent[]} [events] The events of this container instance.

Optional previousState

previousState: ContainerState
member

{ContainerState} [previousState] Previous container instance state.

Optional restartCount

restartCount: undefined | number
member

{number} [restartCount] The number of times the container has been restarted.

Generated using TypeDoc