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. Deprecated: Use v1.NodeStatus instead
    See Also:
    Serialized Form
    • Constructor Detail

      • NodeStatus

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

        public NodeStatus​(Integer currentDeploymentGeneration,
                          List<String> lastFailedDeploymentErrors,
                          Integer lastFailedDeploymentGeneration,
                          String nodeName,
                          Integer targetDeploymentGeneration)
    • Method Detail

      • getCurrentDeploymentGeneration

        public Integer getCurrentDeploymentGeneration()
        currentDeploymentGeneration is the generation of the most recently successful deployment
      • setCurrentDeploymentGeneration

        public void setCurrentDeploymentGeneration​(Integer currentDeploymentGeneration)
        currentDeploymentGeneration is the generation of the most recently successful deployment
      • getLastFailedDeploymentErrors

        public List<String> getLastFailedDeploymentErrors()
        lastFailedDeploymentGenerationErrors is a list of the errors during the failed deployment referenced in lastFailedDeploymentGeneration
      • setLastFailedDeploymentErrors

        public void setLastFailedDeploymentErrors​(List<String> lastFailedDeploymentErrors)
        lastFailedDeploymentGenerationErrors is a list of the errors during the failed deployment referenced in lastFailedDeploymentGeneration
      • getLastFailedDeploymentGeneration

        public Integer getLastFailedDeploymentGeneration()
        lastFailedDeploymentGeneration is the generation of the deployment we tried and failed to deploy.
      • setLastFailedDeploymentGeneration

        public void setLastFailedDeploymentGeneration​(Integer lastFailedDeploymentGeneration)
        lastFailedDeploymentGeneration is the generation of the deployment we tried and failed to deploy.
      • getNodeName

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

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

        public Integer getTargetDeploymentGeneration()
        targetDeploymentGeneration is the generation of the deployment we're trying to apply
      • setTargetDeploymentGeneration

        public void setTargetDeploymentGeneration​(Integer targetDeploymentGeneration)
        targetDeploymentGeneration is the generation of the deployment we're trying to apply
      • getAdditionalProperties

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

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

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