Class NamedInstallStrategy
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.NamedInstallStrategy
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NamedInstallStrategyBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NamedInstallStrategy extends Object implements io.fabric8.kubernetes.api.builder.Editable<NamedInstallStrategyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedInstallStrategy()No args constructor for use in serializationNamedInstallStrategy(StrategyDetailsDeployment spec, String strategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedInstallStrategyBuilderedit()Map<String,Object>getAdditionalProperties()StrategyDetailsDeploymentgetSpec()NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.StringgetStrategy()NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetSpec(StrategyDetailsDeployment spec)NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.voidsetStrategy(String strategy)NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.NamedInstallStrategyBuildertoBuilder()
-
-
-
Constructor Detail
-
NamedInstallStrategy
public NamedInstallStrategy()
No args constructor for use in serialization
-
NamedInstallStrategy
public NamedInstallStrategy(StrategyDetailsDeployment spec, String strategy)
-
-
Method Detail
-
getSpec
public StrategyDetailsDeployment getSpec()
NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
-
setSpec
public void setSpec(StrategyDetailsDeployment spec)
NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
-
getStrategy
public String getStrategy()
NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
-
setStrategy
public void setStrategy(String strategy)
NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
-
edit
public NamedInstallStrategyBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NamedInstallStrategyBuilder>
-
toBuilder
public NamedInstallStrategyBuilder toBuilder()
-
-