Attributes for a container.

Hierarchy

  • ContainerAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
containerId?: string

The ID of the container.

createdAt?: string

Time the container was created.

host?: string

Hostname of the host running the container.

imageDigest?: string

Digest of the compressed image manifest.

imageName?: string

Name of the associated container image.

imageTags?: string[]

List of image tags associated with the container image.

name?: string

Name of the container.

startedAt?: string

Time the container was started.

state?: string

State of the container. This depends on the container runtime.

tags?: string[]

List of tags associated with the container.

Generated using TypeDoc