InitContainer interface
Container App init container definition
- Extends
Inherited Properties
| args | Container start command arguments. |
| command | Container start command. |
| env | Container environment variables. |
| image | Container image tag. |
| name | Custom container name. |
| resources | Container resource requirements. |
| volume |
Container volume mounts. |
Inherited Property Details
args
Container start command arguments.
args?: string[]
Property Value
string[]
Inherited From BaseContainer.args
command
Container start command.
command?: string[]
Property Value
string[]
Inherited From BaseContainer.command
env
Container environment variables.
env?: EnvironmentVar[]
Property Value
Inherited From BaseContainer.env
image
name
resources
Container resource requirements.
resources?: ContainerResources
Property Value
Inherited From BaseContainer.resources
volumeMounts
Container volume mounts.
volumeMounts?: VolumeMount[]
Property Value
Inherited From BaseContainer.volumeMounts