Class Platform

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Platform
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Platform stores any global configuration used for vSphere platforms.
    See Also:
    Serialized Form
    • Constructor Detail

      • Platform

        public Platform()
        No args constructor for use in serialization
      • Platform

        public Platform​(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef,
                        String cluster,
                        io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef,
                        String datacenter,
                        String defaultDatastore,
                        String folder,
                        String network,
                        String vCenter)
    • Method Detail

      • getCertificatesSecretRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getCertificatesSecretRef()
        Platform stores any global configuration used for vSphere platforms.
      • setCertificatesSecretRef

        public void setCertificatesSecretRef​(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef)
        Platform stores any global configuration used for vSphere platforms.
      • getCluster

        public String getCluster()
        Cluster is the name of the cluster virtual machines will be cloned into.
      • setCluster

        public void setCluster​(String cluster)
        Cluster is the name of the cluster virtual machines will be cloned into.
      • getCredentialsSecretRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
        Platform stores any global configuration used for vSphere platforms.
      • setCredentialsSecretRef

        public void setCredentialsSecretRef​(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
        Platform stores any global configuration used for vSphere platforms.
      • getDatacenter

        public String getDatacenter()
        Datacenter is the name of the datacenter to use in the vCenter.
      • setDatacenter

        public void setDatacenter​(String datacenter)
        Datacenter is the name of the datacenter to use in the vCenter.
      • getDefaultDatastore

        public String getDefaultDatastore()
        DefaultDatastore is the default datastore to use for provisioning volumes.
      • setDefaultDatastore

        public void setDefaultDatastore​(String defaultDatastore)
        DefaultDatastore is the default datastore to use for provisioning volumes.
      • getFolder

        public String getFolder()
        Folder is the name of the folder that will be used and/or created for virtual machines.
      • setFolder

        public void setFolder​(String folder)
        Folder is the name of the folder that will be used and/or created for virtual machines.
      • getNetwork

        public String getNetwork()
        Network specifies the name of the network to be used by the cluster.
      • setNetwork

        public void setNetwork​(String network)
        Network specifies the name of the network to be used by the cluster.
      • getVCenter

        public String getVCenter()
        VCenter is the domain name or IP address of the vCenter.
      • setVCenter

        public void setVCenter​(String vCenter)
        VCenter is the domain name or IP address of the vCenter.
      • getAdditionalProperties

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

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

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