Class 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 Detail

      • ClusterPoolStatus

        public ClusterPoolStatus()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

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

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

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