| Name | Type | Description | Notes |
|---|---|---|---|
| image | str | Image specifies a Docker image which can carry out a deployment. | [optional] |
| environment | list[V1EnvVar] | Environment holds the environment which will be given to the container for Image. | [optional] |
| command | list[str] | Command is optional and overrides CMD in the container Image. | [optional] |