InitContainerDefinition interface
The init container definition.
Properties
command | The command to execute within the init container in exec form. |
environment |
The environment variables to set in the init container. |
image | The image of the init container. |
instance |
The instance view of the init container. Only valid in response. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name for the init container. |
security |
The container security properties. |
volume |
The volume mounts available to the init container. |
Property Details
command
The command to execute within the init container in exec form.
command?: string[]
Property Value
string[]
environmentVariables
The environment variables to set in the init container.
environmentVariables?: EnvironmentVariable[]
Property Value
image
The image of the init container.
image?: string
Property Value
string
instanceView
The instance view of the init container. Only valid in response. NOTE: This property will not be serialized. It can only be populated by the server.
instanceView?: InitContainerPropertiesDefinitionInstanceView
Property Value
name
The name for the init container.
name: string
Property Value
string
securityContext
The container security properties.
securityContext?: SecurityContextDefinition
Property Value
volumeMounts
The volume mounts available to the init container.
volumeMounts?: VolumeMount[]