@Generated(value="org.jsonschema2pojo") public class RollingUpdateDeployment extends Object
| Constructor and Description |
|---|
RollingUpdateDeployment()
No args constructor for use in serialization
|
RollingUpdateDeployment(IntOrString maxSurge,
IntOrString maxUnavailable,
Integer minReadySeconds) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
IntOrString |
getMaxSurge() |
IntOrString |
getMaxUnavailable() |
Integer |
getMinReadySeconds() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMaxSurge(IntOrString maxSurge) |
void |
setMaxUnavailable(IntOrString maxUnavailable) |
void |
setMinReadySeconds(Integer minReadySeconds) |
public RollingUpdateDeployment()
public RollingUpdateDeployment(IntOrString maxSurge, IntOrString maxUnavailable, Integer minReadySeconds)
maxSurge - maxUnavailable - minReadySeconds - public IntOrString getMaxSurge()
public void setMaxSurge(IntOrString maxSurge)
maxSurge - The maxSurgepublic IntOrString getMaxUnavailable()
public void setMaxUnavailable(IntOrString maxUnavailable)
maxUnavailable - The maxUnavailablepublic Integer getMinReadySeconds()
public void setMinReadySeconds(Integer minReadySeconds)
minReadySeconds - The minReadySecondsCopyright © 2011–2016 Red Hat. All rights reserved.