@Generated(value="jsonschema2pojo") public class DeploymentStrategy extends Object implements io.fabric8.kubernetes.api.builder.Editable<DeploymentStrategyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
DeploymentStrategy()
No args constructor for use in serialization
|
DeploymentStrategy(RollingUpdateDeployment rollingUpdate,
String type) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStrategyBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
RollingUpdateDeployment |
getRollingUpdate() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setRollingUpdate(RollingUpdateDeployment rollingUpdate) |
void |
setType(String type) |
DeploymentStrategyBuilder |
toBuilder() |
public DeploymentStrategy()
public DeploymentStrategy(RollingUpdateDeployment rollingUpdate, String type)
public RollingUpdateDeployment getRollingUpdate()
public void setRollingUpdate(RollingUpdateDeployment rollingUpdate)
public String getType()
public void setType(String type)
public DeploymentStrategyBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<DeploymentStrategyBuilder>public DeploymentStrategyBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.