Interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
StrategyDetailsDeploymentFluent.DeploymentsNested<N>
- All Known Implementing Classes:
StrategyDeploymentSpecBuilder,StrategyDeploymentSpecFluentImpl,StrategyDetailsDeploymentFluentImpl.DeploymentsNestedImpl
public interface StrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToLabel(String key, String value)AaddToLabel(Map<String,String> map)Map<String,String>getLabel()StringgetName()io.fabric8.kubernetes.api.model.apps.DeploymentSpecgetSpec()BooleanhasLabel()BooleanhasName()BooleanhasSpec()AremoveFromLabel(String key)AremoveFromLabel(Map<String,String> map)AwithLabel(Map<String,String> label)AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithSpec(io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)
-
-
-
Method Detail
-
hasLabel
Boolean hasLabel()
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
getSpec
io.fabric8.kubernetes.api.model.apps.DeploymentSpec getSpec()
-
withSpec
A withSpec(io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)
-
hasSpec
Boolean hasSpec()
-
-