InitContainer Class
Container App init container definition.
Constructor
InitContainer(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
image
|
Container image tag. |
|
name
|
Custom container name. |
|
command
|
Container start command. |
|
args
|
Container start command arguments. |
|
env
|
Container environment variables. |
|
resources
|
Container resource requirements. |
|
volume_mounts
|
Container volume mounts. |