Class ClusterDeprovisionSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ClusterDeprovisionSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterDeprovisionSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterDeprovisionSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterDeprovisionSpec defines the desired state of ClusterDeprovision
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterDeprovisionSpec

        public ClusterDeprovisionSpec()
        No args constructor for use in serialization
    • Method Detail

      • getBaseDomain

        public String getBaseDomain()
        BaseDomain is the DNS base domain.
      • setBaseDomain

        public void setBaseDomain​(String baseDomain)
        BaseDomain is the DNS base domain.
      • getClusterID

        public String getClusterID()
        ClusterID is a globally unique identifier for the cluster to deprovision. It will be used if specified.
      • setClusterID

        public void setClusterID​(String clusterID)
        ClusterID is a globally unique identifier for the cluster to deprovision. It will be used if specified.
      • getClusterName

        public String getClusterName()
        ClusterName is the friendly name of the cluster. It is used for subdomains, some resource tagging, and other instances where a friendly name for the cluster is useful.
      • setClusterName

        public void setClusterName​(String clusterName)
        ClusterName is the friendly name of the cluster. It is used for subdomains, some resource tagging, and other instances where a friendly name for the cluster is useful.
      • getInfraID

        public String getInfraID()
        InfraID is the identifier generated during installation for a cluster. It is used for tagging/naming resources in cloud providers.
      • setInfraID

        public void setInfraID​(String infraID)
        InfraID is the identifier generated during installation for a cluster. It is used for tagging/naming resources in cloud providers.
      • getPlatform

        public ClusterDeprovisionPlatform getPlatform()
        ClusterDeprovisionSpec defines the desired state of ClusterDeprovision
      • setPlatform

        public void setPlatform​(ClusterDeprovisionPlatform platform)
        ClusterDeprovisionSpec defines the desired state of ClusterDeprovision
      • getAdditionalProperties

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

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

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