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. |
| image |
The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image. |
| 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
imageType
The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.
imageType?: string
Property Value
string
Inherited From BaseContainer.imageType
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