BaseContainer interface
Container App base container definition.
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. |
Property Details
args
Container start command arguments.
args?: string[]
Property Value
string[]
command
Container start command.
command?: string[]
Property Value
string[]
env
image
Container image tag.
image?: string
Property Value
string
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
name
Custom container name.
name?: string
Property Value
string