Class ClusterOperatorStatusCondition

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterOperatorStatusCondition
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterOperatorStatusConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterOperatorStatusCondition represents the state of the operator's managed and monitored components.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterOperatorStatusCondition

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

        public ClusterOperatorStatusCondition​(String lastTransitionTime,
                                              String message,
                                              String reason,
                                              String status,
                                              String type)
    • Method Detail

      • getLastTransitionTime

        public String getLastTransitionTime()
        ClusterOperatorStatusCondition represents the state of the operator's managed and monitored components.
      • setLastTransitionTime

        public void setLastTransitionTime​(String lastTransitionTime)
        ClusterOperatorStatusCondition represents the state of the operator's managed and monitored components.
      • getMessage

        public String getMessage()
        message provides additional information about the current condition. This is only to be consumed by humans. It may contain Line Feed characters (U+000A), which should be rendered as new lines.
      • setMessage

        public void setMessage​(String message)
        message provides additional information about the current condition. This is only to be consumed by humans. It may contain Line Feed characters (U+000A), which should be rendered as new lines.
      • getReason

        public String getReason()
        reason is the CamelCase reason for the condition's current status.
      • setReason

        public void setReason​(String reason)
        reason is the CamelCase reason for the condition's current status.
      • getStatus

        public String getStatus()
        status of the condition, one of True, False, Unknown.
      • setStatus

        public void setStatus​(String status)
        status of the condition, one of True, False, Unknown.
      • getType

        public String getType()
        type specifies the aspect reported by this condition.
      • setType

        public void setType​(String type)
        type specifies the aspect reported by this condition.
      • getAdditionalProperties

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

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

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