Class StrategyDeploymentSpecFluentImpl<A extends StrategyDeploymentSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.StrategyDeploymentSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,StrategyDeploymentSpecFluent<A>
- Direct Known Subclasses:
StrategyDeploymentSpecBuilder,StrategyDetailsDeploymentFluentImpl.DeploymentsNestedImpl
public class StrategyDeploymentSpecFluentImpl<A extends StrategyDeploymentSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StrategyDeploymentSpecFluent<A>
-
-
Constructor Summary
Constructors Constructor Description StrategyDeploymentSpecFluentImpl()StrategyDeploymentSpecFluentImpl(StrategyDeploymentSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToLabel(String key, String value)AaddToLabel(Map<String,String> map)booleanequals(Object o)Map<String,String>getLabel()StringgetName()io.fabric8.kubernetes.api.model.apps.DeploymentSpecgetSpec()inthashCode()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)
-
-
-
Constructor Detail
-
StrategyDeploymentSpecFluentImpl
public StrategyDeploymentSpecFluentImpl()
-
StrategyDeploymentSpecFluentImpl
public StrategyDeploymentSpecFluentImpl(StrategyDeploymentSpec instance)
-
-
Method Detail
-
addToLabel
public A addToLabel(String key, String value)
- Specified by:
addToLabelin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
addToLabel
public A addToLabel(Map<String,String> map)
- Specified by:
addToLabelin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
removeFromLabel
public A removeFromLabel(String key)
- Specified by:
removeFromLabelin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
removeFromLabel
public A removeFromLabel(Map<String,String> map)
- Specified by:
removeFromLabelin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
getLabel
public Map<String,String> getLabel()
- Specified by:
getLabelin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
withLabel
public A withLabel(Map<String,String> label)
- Specified by:
withLabelin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
hasLabel
public Boolean hasLabel()
- Specified by:
hasLabelin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
getSpec
public io.fabric8.kubernetes.api.model.apps.DeploymentSpec getSpec()
- Specified by:
getSpecin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
withSpec
public A withSpec(io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)
- Specified by:
withSpecin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
hasSpec
public Boolean hasSpec()
- Specified by:
hasSpecin interfaceStrategyDeploymentSpecFluent<A extends StrategyDeploymentSpecFluent<A>>
-
-