Class MachineHealthCheckStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MachineHealthCheckStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MachineHealthCheckStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    MachineHealthCheckStatus defines the observed state of MachineHealthCheck
    See Also:
    Serialized Form
    • Constructor Detail

      • MachineHealthCheckStatus

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

        public MachineHealthCheckStatus​(List<Condition> conditions,
                                        Integer currentHealthy,
                                        Integer expectedMachines,
                                        Integer remediationsAllowed)
    • Method Detail

      • getConditions

        public List<Condition> getConditions()
        conditions defines the current state of the MachineHealthCheck
      • setConditions

        public void setConditions​(List<Condition> conditions)
        conditions defines the current state of the MachineHealthCheck
      • getCurrentHealthy

        public Integer getCurrentHealthy()
        total number of machines counted by this machine health check
      • setCurrentHealthy

        public void setCurrentHealthy​(Integer currentHealthy)
        total number of machines counted by this machine health check
      • getExpectedMachines

        public Integer getExpectedMachines()
        total number of machines counted by this machine health check
      • setExpectedMachines

        public void setExpectedMachines​(Integer expectedMachines)
        total number of machines counted by this machine health check
      • getRemediationsAllowed

        public Integer getRemediationsAllowed()
        remediationsAllowed is the number of further remediations allowed by this machine health check before maxUnhealthy short circuiting will be applied
      • setRemediationsAllowed

        public void setRemediationsAllowed​(Integer remediationsAllowed)
        remediationsAllowed is the number of further remediations allowed by this machine health check before maxUnhealthy short circuiting will be applied
      • getAdditionalProperties

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

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

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