Class ThanosRulerStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ThanosRulerStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ThanosRulerStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ThanosRulerStatus is the most recent observed status of the ThanosRuler. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    See Also:
    Serialized Form
    • Constructor Detail

      • ThanosRulerStatus

        public ThanosRulerStatus()
        No args constructor for use in serialization
    • Method Detail

      • getAvailableReplicas

        public Integer getAvailableReplicas()
        Total number of available pods (ready for at least minReadySeconds) targeted by this ThanosRuler deployment.
      • setAvailableReplicas

        public void setAvailableReplicas​(Integer availableReplicas)
        Total number of available pods (ready for at least minReadySeconds) targeted by this ThanosRuler deployment.
      • getConditions

        public List<Condition> getConditions()
        The current state of the ThanosRuler object.
      • setConditions

        public void setConditions​(List<Condition> conditions)
        The current state of the ThanosRuler object.
      • getPaused

        public Boolean getPaused()
        Represents whether any actions on the underlying managed objects are being performed. Only delete actions will be performed.
      • setPaused

        public void setPaused​(Boolean paused)
        Represents whether any actions on the underlying managed objects are being performed. Only delete actions will be performed.
      • getReplicas

        public Integer getReplicas()
        Total number of non-terminated pods targeted by this ThanosRuler deployment (their labels match the selector).
      • setReplicas

        public void setReplicas​(Integer replicas)
        Total number of non-terminated pods targeted by this ThanosRuler deployment (their labels match the selector).
      • getUnavailableReplicas

        public Integer getUnavailableReplicas()
        Total number of unavailable pods targeted by this ThanosRuler deployment.
      • setUnavailableReplicas

        public void setUnavailableReplicas​(Integer unavailableReplicas)
        Total number of unavailable pods targeted by this ThanosRuler deployment.
      • getUpdatedReplicas

        public Integer getUpdatedReplicas()
        Total number of non-terminated pods targeted by this ThanosRuler deployment that have the desired version spec.
      • setUpdatedReplicas

        public void setUpdatedReplicas​(Integer updatedReplicas)
        Total number of non-terminated pods targeted by this ThanosRuler deployment that have the desired version spec.
      • getAdditionalProperties

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

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

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