@Generated(value="org.jsonschema2pojo") public class DeploymentStrategy extends Object
| Constructor and Description |
|---|
DeploymentStrategy()
No args constructor for use in serialization
|
DeploymentStrategy(Map<String,String> annotations,
CustomDeploymentStrategyParams customParams,
Map<String,String> labels,
RecreateDeploymentStrategyParams recreateParams,
ResourceRequirements resources,
RollingDeploymentStrategyParams rollingParams,
String type) |
public DeploymentStrategy()
public DeploymentStrategy(Map<String,String> annotations, CustomDeploymentStrategyParams customParams, Map<String,String> labels, RecreateDeploymentStrategyParams recreateParams, ResourceRequirements resources, RollingDeploymentStrategyParams rollingParams, String type)
recreateParams - rollingParams - customParams - annotations - resources - type - labels - public Map<String,String> getAnnotations()
public void setAnnotations(Map<String,String> annotations)
annotations - The annotationspublic CustomDeploymentStrategyParams getCustomParams()
public void setCustomParams(CustomDeploymentStrategyParams customParams)
customParams - The customParamspublic Map<String,String> getLabels()
public void setLabels(Map<String,String> labels)
labels - The labelspublic RecreateDeploymentStrategyParams getRecreateParams()
public void setRecreateParams(RecreateDeploymentStrategyParams recreateParams)
recreateParams - The recreateParamspublic ResourceRequirements getResources()
public void setResources(ResourceRequirements resources)
resources - The resourcespublic RollingDeploymentStrategyParams getRollingParams()
public void setRollingParams(RollingDeploymentStrategyParams rollingParams)
rollingParams - The rollingParamspublic String getType()
public void setType(String type)
type - The typeCopyright © 2011–2016 Red Hat. All rights reserved.