Class UnhealthyCondition

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class UnhealthyCondition
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<UnhealthyConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    UnhealthyCondition represents a Node condition type and value with a timeout specified as a duration. When the named condition has been in the given status for at least the timeout value, a node is considered unhealthy.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnhealthyCondition

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

        public UnhealthyCondition​(String status,
                                  String timeout,
                                  String type)
    • Method Detail

      • getStatus

        public String getStatus()
        UnhealthyCondition represents a Node condition type and value with a timeout specified as a duration. When the named condition has been in the given status for at least the timeout value, a node is considered unhealthy.
      • setStatus

        public void setStatus​(String status)
        UnhealthyCondition represents a Node condition type and value with a timeout specified as a duration. When the named condition has been in the given status for at least the timeout value, a node is considered unhealthy.
      • getTimeout

        public String getTimeout()
        UnhealthyCondition represents a Node condition type and value with a timeout specified as a duration. When the named condition has been in the given status for at least the timeout value, a node is considered unhealthy.
      • setTimeout

        public void setTimeout​(String timeout)
        UnhealthyCondition represents a Node condition type and value with a timeout specified as a duration. When the named condition has been in the given status for at least the timeout value, a node is considered unhealthy.
      • getType

        public String getType()
        UnhealthyCondition represents a Node condition type and value with a timeout specified as a duration. When the named condition has been in the given status for at least the timeout value, a node is considered unhealthy.
      • setType

        public void setType​(String type)
        UnhealthyCondition represents a Node condition type and value with a timeout specified as a duration. When the named condition has been in the given status for at least the timeout value, a node is considered unhealthy.
      • getAdditionalProperties

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

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

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