Class NodeStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NodeStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NodeStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NodeStatus provides information about the current state of a particular node managed by this operator.
    See Also:
    Serialized Form
    • Constructor Detail

      • NodeStatus

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

      • getCurrentRevision

        public Integer getCurrentRevision()
        currentRevision is the generation of the most recently successful deployment. Can not be set on creation of a nodeStatus. Updates must only increase the value.
      • setCurrentRevision

        public void setCurrentRevision​(Integer currentRevision)
        currentRevision is the generation of the most recently successful deployment. Can not be set on creation of a nodeStatus. Updates must only increase the value.
      • getLastFailedCount

        public Integer getLastFailedCount()
        lastFailedCount is how often the installer pod of the last failed revision failed.
      • setLastFailedCount

        public void setLastFailedCount​(Integer lastFailedCount)
        lastFailedCount is how often the installer pod of the last failed revision failed.
      • getLastFailedReason

        public String getLastFailedReason()
        lastFailedReason is a machine readable failure reason string.
      • setLastFailedReason

        public void setLastFailedReason​(String lastFailedReason)
        lastFailedReason is a machine readable failure reason string.
      • getLastFailedRevision

        public Integer getLastFailedRevision()
        lastFailedRevision is the generation of the deployment we tried and failed to deploy.
      • setLastFailedRevision

        public void setLastFailedRevision​(Integer lastFailedRevision)
        lastFailedRevision is the generation of the deployment we tried and failed to deploy.
      • getLastFailedRevisionErrors

        public List<String> getLastFailedRevisionErrors()
        lastFailedRevisionErrors is a list of human readable errors during the failed deployment referenced in lastFailedRevision.
      • setLastFailedRevisionErrors

        public void setLastFailedRevisionErrors​(List<String> lastFailedRevisionErrors)
        lastFailedRevisionErrors is a list of human readable errors during the failed deployment referenced in lastFailedRevision.
      • getLastFailedTime

        public String getLastFailedTime()
        NodeStatus provides information about the current state of a particular node managed by this operator.
      • setLastFailedTime

        public void setLastFailedTime​(String lastFailedTime)
        NodeStatus provides information about the current state of a particular node managed by this operator.
      • getLastFallbackCount

        public Integer getLastFallbackCount()
        lastFallbackCount is how often a fallback to a previous revision happened.
      • setLastFallbackCount

        public void setLastFallbackCount​(Integer lastFallbackCount)
        lastFallbackCount is how often a fallback to a previous revision happened.
      • getNodeName

        public String getNodeName()
        nodeName is the name of the node
      • setNodeName

        public void setNodeName​(String nodeName)
        nodeName is the name of the node
      • getTargetRevision

        public Integer getTargetRevision()
        targetRevision is the generation of the deployment we're trying to apply. Can not be set on creation of a nodeStatus.
      • setTargetRevision

        public void setTargetRevision​(Integer targetRevision)
        targetRevision is the generation of the deployment we're trying to apply. Can not be set on creation of a nodeStatus.
      • getAdditionalProperties

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

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

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