Class ClusterPoolStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.ClusterPoolStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterPoolStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterPoolStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterPoolStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterPoolStatus defines the observed state of ClusterPool- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterPoolStatus()No args constructor for use in serializationClusterPoolStatus(List<ClusterPoolCondition> conditions, Integer ready, Integer size, Integer standby)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterPoolStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<ClusterPoolCondition>getConditions()Conditions includes more detailed status for the cluster poolIntegergetReady()Ready is the number of unclaimed clusters that are installed and are running and ready to be claimed.IntegergetSize()Size is the number of unclaimed clusters that have been created for the pool.IntegergetStandby()Standby is the number of unclaimed clusters that are installed, but not running.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<ClusterPoolCondition> conditions)Conditions includes more detailed status for the cluster poolvoidsetReady(Integer ready)Ready is the number of unclaimed clusters that are installed and are running and ready to be claimed.voidsetSize(Integer size)Size is the number of unclaimed clusters that have been created for the pool.voidsetStandby(Integer standby)Standby is the number of unclaimed clusters that are installed, but not running.ClusterPoolStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterPoolStatus
public ClusterPoolStatus()
No args constructor for use in serialization
-
ClusterPoolStatus
public ClusterPoolStatus(List<ClusterPoolCondition> conditions, Integer ready, Integer size, Integer standby)
-
-
Method Detail
-
getConditions
public List<ClusterPoolCondition> getConditions()
Conditions includes more detailed status for the cluster pool
-
setConditions
public void setConditions(List<ClusterPoolCondition> conditions)
Conditions includes more detailed status for the cluster pool
-
getReady
public Integer getReady()
Ready is the number of unclaimed clusters that are installed and are running and ready to be claimed.
-
setReady
public void setReady(Integer ready)
Ready is the number of unclaimed clusters that are installed and are running and ready to be claimed.
-
getSize
public Integer getSize()
Size is the number of unclaimed clusters that have been created for the pool.
-
setSize
public void setSize(Integer size)
Size is the number of unclaimed clusters that have been created for the pool.
-
getStandby
public Integer getStandby()
Standby is the number of unclaimed clusters that are installed, but not running.
-
setStandby
public void setStandby(Integer standby)
Standby is the number of unclaimed clusters that are installed, but not running.
-
edit
public ClusterPoolStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterPoolStatusBuilder>
-
toBuilder
public ClusterPoolStatusBuilder toBuilder()
-
-