public class StrategyDeploymentSpecFluentImpl<A extends StrategyDeploymentSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StrategyDeploymentSpecFluent<A>
| Constructor and Description |
|---|
StrategyDeploymentSpecFluentImpl() |
StrategyDeploymentSpecFluentImpl(StrategyDeploymentSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToLabel(Map<String,String> map) |
A |
addToLabel(String key,
String value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getLabel() |
String |
getName() |
io.fabric8.kubernetes.api.model.apps.DeploymentSpec |
getSpec() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasLabel() |
Boolean |
hasName() |
Boolean |
hasSpec() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromLabel(Map<String,String> map) |
A |
removeFromLabel(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withLabel(Map<String,String> label) |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withSpec(io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec) |
public StrategyDeploymentSpecFluentImpl()
public StrategyDeploymentSpecFluentImpl(StrategyDeploymentSpec instance)
public A addToLabel(String key, String value)
addToLabel in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A addToLabel(Map<String,String> map)
addToLabel in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A removeFromLabel(String key)
removeFromLabel in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A removeFromLabel(Map<String,String> map)
removeFromLabel in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public Map<String,String> getLabel()
getLabel in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public <K,V> A withLabel(Map<String,String> label)
withLabel in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public Boolean hasLabel()
hasLabel in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public String getName()
getName in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A withName(String name)
withName in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public Boolean hasName()
hasName in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public io.fabric8.kubernetes.api.model.apps.DeploymentSpec getSpec()
getSpec in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A withSpec(io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)
withSpec in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public Boolean hasSpec()
hasSpec in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.