Skip to main content

ContainerDefinition

Description

ContainerDefinition is used for definition of Sidecars.


Image field of tag image

The Image of the container. Supports OCI and Docker v2 container indexes with versions, without versioning or with hash checks.

Kind: ImageTag
Tag: image
Data Type: Alias
Optional: False


Command field of tag command

Command to be executed in the container.

Kind: Array of string
Tag: command
Data Type: Slice
Optional: True


Environment field of tag env

Environment variables to be set in the container in the format of key: value.

Kind: Map of string to string
Tag: env
Data Type: Map
Optional: True


Devices field of tag devices

Resources of the container.

Tag: devices
Data Type: Slice
Optional: True