All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAnnotations(Map<String,String> map) |
A |
addToAnnotations(String key,
String value) |
A |
addToLabels(Map<String,String> map) |
A |
addToLabels(String key,
String value) |
CustomDeploymentStrategyParams |
buildCustomParams() |
RecreateDeploymentStrategyParams |
buildRecreateParams() |
io.fabric8.kubernetes.api.model.ResourceRequirements |
buildResources() |
RollingDeploymentStrategyParams |
buildRollingParams() |
protected void |
copyInstance(DeploymentStrategy instance) |
DeploymentStrategyFluent.CustomParamsNested<A> |
editCustomParams() |
DeploymentStrategyFluent.CustomParamsNested<A> |
editOrNewCustomParams() |
DeploymentStrategyFluent.CustomParamsNested<A> |
editOrNewCustomParamsLike(CustomDeploymentStrategyParams item) |
DeploymentStrategyFluent.RecreateParamsNested<A> |
editOrNewRecreateParams() |
DeploymentStrategyFluent.RecreateParamsNested<A> |
editOrNewRecreateParamsLike(RecreateDeploymentStrategyParams item) |
DeploymentStrategyFluent.ResourcesNested<A> |
editOrNewResources() |
DeploymentStrategyFluent.ResourcesNested<A> |
editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
DeploymentStrategyFluent.RollingParamsNested<A> |
editOrNewRollingParams() |
DeploymentStrategyFluent.RollingParamsNested<A> |
editOrNewRollingParamsLike(RollingDeploymentStrategyParams item) |
DeploymentStrategyFluent.RecreateParamsNested<A> |
editRecreateParams() |
DeploymentStrategyFluent.ResourcesNested<A> |
editResources() |
DeploymentStrategyFluent.RollingParamsNested<A> |
editRollingParams() |
boolean |
equals(Object o) |
Long |
getActiveDeadlineSeconds() |
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAnnotations() |
Map<String,String> |
getLabels() |
String |
getType() |
boolean |
hasActiveDeadlineSeconds() |
boolean |
hasAdditionalProperties() |
boolean |
hasAnnotations() |
boolean |
hasCustomParams() |
int |
hashCode() |
boolean |
hasLabels() |
boolean |
hasRecreateParams() |
boolean |
hasResources() |
boolean |
hasRollingParams() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAnnotations(Map<String,String> map) |
A |
removeFromAnnotations(String key) |
A |
removeFromLabels(Map<String,String> map) |
A |
removeFromLabels(String key) |
String |
toString() |
A |
withActiveDeadlineSeconds(Long activeDeadlineSeconds) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withAnnotations(Map<String,String> annotations) |
A |
withCustomParams(CustomDeploymentStrategyParams customParams) |
<K,V> A |
withLabels(Map<String,String> labels) |
DeploymentStrategyFluent.CustomParamsNested<A> |
withNewCustomParams() |
DeploymentStrategyFluent.CustomParamsNested<A> |
withNewCustomParamsLike(CustomDeploymentStrategyParams item) |
DeploymentStrategyFluent.RecreateParamsNested<A> |
withNewRecreateParams() |
DeploymentStrategyFluent.RecreateParamsNested<A> |
withNewRecreateParamsLike(RecreateDeploymentStrategyParams item) |
DeploymentStrategyFluent.ResourcesNested<A> |
withNewResources() |
DeploymentStrategyFluent.ResourcesNested<A> |
withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
DeploymentStrategyFluent.RollingParamsNested<A> |
withNewRollingParams() |
DeploymentStrategyFluent.RollingParamsNested<A> |
withNewRollingParamsLike(RollingDeploymentStrategyParams item) |
A |
withRecreateParams(RecreateDeploymentStrategyParams recreateParams) |
A |
withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) |
A |
withRollingParams(RollingDeploymentStrategyParams rollingParams) |
A |
withType(String type) |