Class StrategyDeploymentSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.StrategyDeploymentSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<StrategyDeploymentSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class StrategyDeploymentSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<StrategyDeploymentSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StrategyDeploymentSpec()No args constructor for use in serializationStrategyDeploymentSpec(Map<String,String> label, String name, io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrategyDeploymentSpecBuilderedit()Map<String,Object>getAdditionalProperties()Map<String,String>getLabel()StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should createStringgetName()StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should createio.fabric8.kubernetes.api.model.apps.DeploymentSpecgetSpec()StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should createvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLabel(Map<String,String> label)StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should createvoidsetName(String name)StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should createvoidsetSpec(io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should createStrategyDeploymentSpecBuildertoBuilder()
-
-
-
Method Detail
-
getLabel
public Map<String,String> getLabel()
StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
-
setLabel
public void setLabel(Map<String,String> label)
StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
-
getName
public String getName()
StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
-
setName
public void setName(String name)
StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
-
getSpec
public io.fabric8.kubernetes.api.model.apps.DeploymentSpec getSpec()
StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
-
setSpec
public void setSpec(io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)
StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
-
edit
public StrategyDeploymentSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<StrategyDeploymentSpecBuilder>
-
toBuilder
public StrategyDeploymentSpecBuilder toBuilder()
-
-