Options
All
  • Public
  • Public/Protected
  • All
Menu

ContainerStateTerminated is a terminated state of a container.

export
interface

IoK8sApiCoreV1ContainerStateTerminated

Hierarchy

  • IoK8sApiCoreV1ContainerStateTerminated

Index

Properties

containerID?: string

Container's ID in the format '://'

memberof

IoK8sApiCoreV1ContainerStateTerminated

exitCode: number

Exit status from the last termination of the container

memberof

IoK8sApiCoreV1ContainerStateTerminated

finishedAt?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCoreV1ContainerStateTerminated

message?: string

Message regarding the last termination of the container

memberof

IoK8sApiCoreV1ContainerStateTerminated

reason?: string

(brief) reason from the last termination of the container

memberof

IoK8sApiCoreV1ContainerStateTerminated

signal?: number

Signal from the last termination of the container

memberof

IoK8sApiCoreV1ContainerStateTerminated

startedAt?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCoreV1ContainerStateTerminated

Generated using TypeDoc