public class EditableDeploymentStrategy extends DeploymentStrategy implements Editable<DeploymentStrategyBuilder>
Constructor and Description |
---|
EditableDeploymentStrategy() |
EditableDeploymentStrategy(Map<String,String> annotations,
CustomDeploymentStrategyParams customParams,
Map<String,String> labels,
RecreateDeploymentStrategyParams recreateParams,
ResourceRequirements resources,
RollingDeploymentStrategyParams rollingParams,
String type) |
Modifier and Type | Method and Description |
---|---|
DeploymentStrategyBuilder |
edit() |
getAdditionalProperties, getAnnotations, getCustomParams, getLabels, getRecreateParams, getResources, getRollingParams, getType, setAdditionalProperty, setAnnotations, setCustomParams, setLabels, setRecreateParams, setResources, setRollingParams, setType
public EditableDeploymentStrategy()
public EditableDeploymentStrategy(Map<String,String> annotations, CustomDeploymentStrategyParams customParams, Map<String,String> labels, RecreateDeploymentStrategyParams recreateParams, ResourceRequirements resources, RollingDeploymentStrategyParams rollingParams, String type)
public DeploymentStrategyBuilder edit()
edit
in interface Editable<DeploymentStrategyBuilder>
Copyright © 2011–2016 Red Hat. All rights reserved.