Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 667 Bytes

V1CustomDeploymentStrategyParams.md

File metadata and controls

12 lines (8 loc) · 667 Bytes

V1CustomDeploymentStrategyParams

Properties

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]

[Back to Model list] [Back to API list] [Back to README]