Class InstallPlanSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InstallPlanSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class InstallPlanSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<InstallPlanSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
InstallPlanSpec defines a set of Application resources to be installed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstallPlanSpec()No args constructor for use in serializationInstallPlanSpec(String approval, Boolean approved, List<String> clusterServiceVersionNames, Integer generation, String source, String sourceNamespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanSpecBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApproval()InstallPlanSpec defines a set of Application resources to be installedBooleangetApproved()InstallPlanSpec defines a set of Application resources to be installedList<String>getClusterServiceVersionNames()InstallPlanSpec defines a set of Application resources to be installedIntegergetGeneration()InstallPlanSpec defines a set of Application resources to be installedStringgetSource()InstallPlanSpec defines a set of Application resources to be installedStringgetSourceNamespace()InstallPlanSpec defines a set of Application resources to be installedvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApproval(String approval)InstallPlanSpec defines a set of Application resources to be installedvoidsetApproved(Boolean approved)InstallPlanSpec defines a set of Application resources to be installedvoidsetClusterServiceVersionNames(List<String> clusterServiceVersionNames)InstallPlanSpec defines a set of Application resources to be installedvoidsetGeneration(Integer generation)InstallPlanSpec defines a set of Application resources to be installedvoidsetSource(String source)InstallPlanSpec defines a set of Application resources to be installedvoidsetSourceNamespace(String sourceNamespace)InstallPlanSpec defines a set of Application resources to be installedInstallPlanSpecBuildertoBuilder()
-
-
-
Method Detail
-
getApproval
public String getApproval()
InstallPlanSpec defines a set of Application resources to be installed
-
setApproval
public void setApproval(String approval)
InstallPlanSpec defines a set of Application resources to be installed
-
getApproved
public Boolean getApproved()
InstallPlanSpec defines a set of Application resources to be installed
-
setApproved
public void setApproved(Boolean approved)
InstallPlanSpec defines a set of Application resources to be installed
-
getClusterServiceVersionNames
public List<String> getClusterServiceVersionNames()
InstallPlanSpec defines a set of Application resources to be installed
-
setClusterServiceVersionNames
public void setClusterServiceVersionNames(List<String> clusterServiceVersionNames)
InstallPlanSpec defines a set of Application resources to be installed
-
getGeneration
public Integer getGeneration()
InstallPlanSpec defines a set of Application resources to be installed
-
setGeneration
public void setGeneration(Integer generation)
InstallPlanSpec defines a set of Application resources to be installed
-
getSource
public String getSource()
InstallPlanSpec defines a set of Application resources to be installed
-
setSource
public void setSource(String source)
InstallPlanSpec defines a set of Application resources to be installed
-
getSourceNamespace
public String getSourceNamespace()
InstallPlanSpec defines a set of Application resources to be installed
-
setSourceNamespace
public void setSourceNamespace(String sourceNamespace)
InstallPlanSpec defines a set of Application resources to be installed
-
edit
public InstallPlanSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InstallPlanSpecBuilder>
-
toBuilder
public InstallPlanSpecBuilder toBuilder()
-
-