Class 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 Detail

      • InstallPlanSpec

        public InstallPlanSpec()
        No args constructor for use in serialization
    • 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
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)