public interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StrategyDeploymentSpecFluent.SpecNested<N> |
| Modifier and Type | Method and Description |
|---|---|
A |
addToLabel(Map<String,String> map) |
A |
addToLabel(String key,
String value) |
DeploymentSpec |
buildSpec() |
StrategyDeploymentSpecFluent.SpecNested<A> |
editOrNewSpec() |
StrategyDeploymentSpecFluent.SpecNested<A> |
editOrNewSpecLike(DeploymentSpec item) |
StrategyDeploymentSpecFluent.SpecNested<A> |
editSpec() |
Map<String,String> |
getLabel() |
String |
getName() |
DeploymentSpec |
getSpec()
Deprecated.
|
Boolean |
hasLabel() |
Boolean |
hasName() |
Boolean |
hasSpec() |
A |
removeFromLabel(Map<String,String> map) |
A |
removeFromLabel(String key) |
A |
withLabel(Map<String,String> label) |
A |
withName(String name) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
StrategyDeploymentSpecFluent.SpecNested<A> |
withNewSpec() |
StrategyDeploymentSpecFluent.SpecNested<A> |
withNewSpecLike(DeploymentSpec item) |
A |
withSpec(DeploymentSpec spec) |
Boolean hasLabel()
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
@Deprecated DeploymentSpec getSpec()
DeploymentSpec buildSpec()
A withSpec(DeploymentSpec spec)
Boolean hasSpec()
StrategyDeploymentSpecFluent.SpecNested<A> withNewSpec()
StrategyDeploymentSpecFluent.SpecNested<A> withNewSpecLike(DeploymentSpec item)
StrategyDeploymentSpecFluent.SpecNested<A> editSpec()
StrategyDeploymentSpecFluent.SpecNested<A> editOrNewSpec()
StrategyDeploymentSpecFluent.SpecNested<A> editOrNewSpecLike(DeploymentSpec item)
Copyright © 2015–2020 Red Hat. All rights reserved.