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