Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.33 KB

V1DeploymentStrategy.md

File metadata and controls

16 lines (12 loc) · 1.33 KB

V1DeploymentStrategy

Properties

Name Type Description Notes
type str Type is the name of a deployment strategy. [optional]
custom_params V1CustomDeploymentStrategyParams CustomParams are the input to the Custom deployment strategy. [optional]
recreate_params V1RecreateDeploymentStrategyParams RecreateParams are the input to the Recreate deployment strategy. [optional]
rolling_params V1RollingDeploymentStrategyParams RollingParams are the input to the Rolling deployment strategy. [optional]
resources V1ResourceRequirements Resources contains resource requirements to execute the deployment and any hooks [optional]
labels object Labels is a set of key, value pairs added to custom deployer and lifecycle pre/post hook pods. [optional]
annotations object Annotations is a set of key, value pairs added to custom deployer and lifecycle pre/post hook pods. [optional]

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