Class ClusterMetadata

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterMetadata
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterMetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterMetadata contains information regarding the cluster that was created by installer.
    See Also:
    Serialized Form
    • Method Detail

      • getAws

        public Metadata getAws()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setAws

        public void setAws​(Metadata aws)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getAzure

        public Metadata getAzure()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setAzure

        public void setAzure​(Metadata azure)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getBaremetal

        public Metadata getBaremetal()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setBaremetal

        public void setBaremetal​(Metadata baremetal)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getClusterID

        public String getClusterID()
        ClusterID is a globally unique ID that is used to identify an Openshift cluster.
      • setClusterID

        public void setClusterID​(String clusterID)
        ClusterID is a globally unique ID that is used to identify an Openshift cluster.
      • getClusterName

        public String getClusterName()
        ClusterName is the name for the cluster.
      • setClusterName

        public void setClusterName​(String clusterName)
        ClusterName is the name for the cluster.
      • getCustomFeatureSet

        public io.fabric8.openshift.api.model.config.v1.CustomFeatureGates getCustomFeatureSet()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setCustomFeatureSet

        public void setCustomFeatureSet​(io.fabric8.openshift.api.model.config.v1.CustomFeatureGates customFeatureSet)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getFeatureSet

        public String getFeatureSet()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setFeatureSet

        public void setFeatureSet​(String featureSet)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getGcp

        public Metadata getGcp()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setGcp

        public void setGcp​(Metadata gcp)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getIbmcloud

        public Metadata getIbmcloud()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setIbmcloud

        public void setIbmcloud​(Metadata ibmcloud)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getInfraID

        public String getInfraID()
        InfraID is an ID that is used to identify cloud resources created by the installer.
      • setInfraID

        public void setInfraID​(String infraID)
        InfraID is an ID that is used to identify cloud resources created by the installer.
      • getNutanix

        public Metadata getNutanix()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setNutanix

        public void setNutanix​(Metadata nutanix)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getOpenstack

        public Metadata getOpenstack()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setOpenstack

        public void setOpenstack​(Metadata openstack)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getOvirt

        public Metadata getOvirt()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setOvirt

        public void setOvirt​(Metadata ovirt)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getPowervs

        public Metadata getPowervs()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setPowervs

        public void setPowervs​(Metadata powervs)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getVsphere

        public Metadata getVsphere()
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • setVsphere

        public void setVsphere​(Metadata vsphere)
        ClusterMetadata contains information regarding the cluster that was created by installer.
      • getAdditionalProperties

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

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

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