Class ClusterPoolReference

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterPoolReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterPoolReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterPoolReference is a reference to a ClusterPool
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterPoolReference

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

        public ClusterPoolReference​(String claimName,
                                    String claimedTimestamp,
                                    io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentCustomization,
                                    String namespace,
                                    String poolName)
    • Method Detail

      • getClaimName

        public String getClaimName()
        ClaimName is the name of the ClusterClaim that claimed the cluster from the pool.
      • setClaimName

        public void setClaimName​(String claimName)
        ClaimName is the name of the ClusterClaim that claimed the cluster from the pool.
      • getClaimedTimestamp

        public String getClaimedTimestamp()
        ClusterPoolReference is a reference to a ClusterPool
      • setClaimedTimestamp

        public void setClaimedTimestamp​(String claimedTimestamp)
        ClusterPoolReference is a reference to a ClusterPool
      • getClusterDeploymentCustomization

        public io.fabric8.kubernetes.api.model.LocalObjectReference getClusterDeploymentCustomization()
        ClusterPoolReference is a reference to a ClusterPool
      • setClusterDeploymentCustomization

        public void setClusterDeploymentCustomization​(io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentCustomization)
        ClusterPoolReference is a reference to a ClusterPool
      • getNamespace

        public String getNamespace()
        Namespace is the namespace where the ClusterPool resides.
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace is the namespace where the ClusterPool resides.
      • getPoolName

        public String getPoolName()
        PoolName is the name of the ClusterPool for which the cluster was created.
      • setPoolName

        public void setPoolName​(String poolName)
        PoolName is the name of the ClusterPool for which the cluster was created.
      • getAdditionalProperties

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

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

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