Class ClusterPoolReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.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 Summary
Constructors Constructor Description ClusterPoolReference()No args constructor for use in serializationClusterPoolReference(String claimName, String claimedTimestamp, io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentCustomization, String namespace, String poolName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterPoolReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetClaimedTimestamp()ClusterPoolReference is a reference to a ClusterPoolStringgetClaimName()ClaimName is the name of the ClusterClaim that claimed the cluster from the pool.io.fabric8.kubernetes.api.model.LocalObjectReferencegetClusterDeploymentCustomization()ClusterPoolReference is a reference to a ClusterPoolStringgetNamespace()Namespace is the namespace where the ClusterPool resides.StringgetPoolName()PoolName is the name of the ClusterPool for which the cluster was created.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClaimedTimestamp(String claimedTimestamp)ClusterPoolReference is a reference to a ClusterPoolvoidsetClaimName(String claimName)ClaimName is the name of the ClusterClaim that claimed the cluster from the pool.voidsetClusterDeploymentCustomization(io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentCustomization)ClusterPoolReference is a reference to a ClusterPoolvoidsetNamespace(String namespace)Namespace is the namespace where the ClusterPool resides.voidsetPoolName(String poolName)PoolName is the name of the ClusterPool for which the cluster was created.ClusterPoolReferenceBuildertoBuilder()
-
-
-
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.
-
edit
public ClusterPoolReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterPoolReferenceBuilder>
-
toBuilder
public ClusterPoolReferenceBuilder toBuilder()
-
-