Class NodeStatusFluent<A extends NodeStatusFluent<A>>

    • Constructor Detail

      • NodeStatusFluent

        public NodeStatusFluent()
      • NodeStatusFluent

        public NodeStatusFluent​(NodeStatus instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(NodeStatus instance)
      • getCurrentDeploymentGeneration

        public Integer getCurrentDeploymentGeneration()
      • withCurrentDeploymentGeneration

        public A withCurrentDeploymentGeneration​(Integer currentDeploymentGeneration)
      • hasCurrentDeploymentGeneration

        public boolean hasCurrentDeploymentGeneration()
      • addToLastFailedDeploymentErrors

        public A addToLastFailedDeploymentErrors​(int index,
                                                 String item)
      • setToLastFailedDeploymentErrors

        public A setToLastFailedDeploymentErrors​(int index,
                                                 String item)
      • addToLastFailedDeploymentErrors

        public A addToLastFailedDeploymentErrors​(String... items)
      • addAllToLastFailedDeploymentErrors

        public A addAllToLastFailedDeploymentErrors​(Collection<String> items)
      • removeFromLastFailedDeploymentErrors

        public A removeFromLastFailedDeploymentErrors​(String... items)
      • removeAllFromLastFailedDeploymentErrors

        public A removeAllFromLastFailedDeploymentErrors​(Collection<String> items)
      • getLastFailedDeploymentErrors

        public List<String> getLastFailedDeploymentErrors()
      • getLastFailedDeploymentError

        public String getLastFailedDeploymentError​(int index)
      • getFirstLastFailedDeploymentError

        public String getFirstLastFailedDeploymentError()
      • getLastLastFailedDeploymentError

        public String getLastLastFailedDeploymentError()
      • getMatchingLastFailedDeploymentError

        public String getMatchingLastFailedDeploymentError​(Predicate<String> predicate)
      • hasMatchingLastFailedDeploymentError

        public boolean hasMatchingLastFailedDeploymentError​(Predicate<String> predicate)
      • withLastFailedDeploymentErrors

        public A withLastFailedDeploymentErrors​(List<String> lastFailedDeploymentErrors)
      • withLastFailedDeploymentErrors

        public A withLastFailedDeploymentErrors​(String... lastFailedDeploymentErrors)
      • hasLastFailedDeploymentErrors

        public boolean hasLastFailedDeploymentErrors()
      • getLastFailedDeploymentGeneration

        public Integer getLastFailedDeploymentGeneration()
      • withLastFailedDeploymentGeneration

        public A withLastFailedDeploymentGeneration​(Integer lastFailedDeploymentGeneration)
      • hasLastFailedDeploymentGeneration

        public boolean hasLastFailedDeploymentGeneration()
      • getNodeName

        public String getNodeName()
      • withNodeName

        public A withNodeName​(String nodeName)
      • hasNodeName

        public boolean hasNodeName()
      • getTargetDeploymentGeneration

        public Integer getTargetDeploymentGeneration()
      • withTargetDeploymentGeneration

        public A withTargetDeploymentGeneration​(Integer targetDeploymentGeneration)
      • hasTargetDeploymentGeneration

        public boolean hasTargetDeploymentGeneration()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeStatusFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeStatusFluent<A>>