public class NodeStatusFluentImpl<A extends NodeStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NodeStatusFluent<A>
| Constructor and Description |
|---|
NodeStatusFluentImpl() |
NodeStatusFluentImpl(NodeStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NodeStatusFluentImpl()
public NodeStatusFluentImpl(NodeStatus instance)
public Integer getCurrentRevision()
getCurrentRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withCurrentRevision(Integer currentRevision)
withCurrentRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasCurrentRevision()
hasCurrentRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Integer getLastFailedCount()
getLastFailedCount in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withLastFailedCount(Integer lastFailedCount)
withLastFailedCount in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasLastFailedCount()
hasLastFailedCount in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public String getLastFailedReason()
getLastFailedReason in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withLastFailedReason(String lastFailedReason)
withLastFailedReason in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasLastFailedReason()
hasLastFailedReason in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Integer getLastFailedRevision()
getLastFailedRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withLastFailedRevision(Integer lastFailedRevision)
withLastFailedRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasLastFailedRevision()
hasLastFailedRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A addToLastFailedRevisionErrors(int index, String item)
addToLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A setToLastFailedRevisionErrors(int index, String item)
setToLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A addToLastFailedRevisionErrors(String... items)
addToLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A addAllToLastFailedRevisionErrors(Collection<String> items)
addAllToLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A removeFromLastFailedRevisionErrors(String... items)
removeFromLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A removeAllFromLastFailedRevisionErrors(Collection<String> items)
removeAllFromLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public List<String> getLastFailedRevisionErrors()
getLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public String getLastFailedRevisionError(int index)
getLastFailedRevisionError in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public String getFirstLastFailedRevisionError()
getFirstLastFailedRevisionError in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public String getLastLastFailedRevisionError()
getLastLastFailedRevisionError in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public String getMatchingLastFailedRevisionError(Predicate<String> predicate)
getMatchingLastFailedRevisionError in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasMatchingLastFailedRevisionError(Predicate<String> predicate)
hasMatchingLastFailedRevisionError in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withLastFailedRevisionErrors(List<String> lastFailedRevisionErrors)
withLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withLastFailedRevisionErrors(String... lastFailedRevisionErrors)
withLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasLastFailedRevisionErrors()
hasLastFailedRevisionErrors in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public String getLastFailedTime()
getLastFailedTime in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withLastFailedTime(String lastFailedTime)
withLastFailedTime in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasLastFailedTime()
hasLastFailedTime in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Integer getLastFallbackCount()
getLastFallbackCount in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withLastFallbackCount(Integer lastFallbackCount)
withLastFallbackCount in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasLastFallbackCount()
hasLastFallbackCount in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public String getNodeName()
getNodeName in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withNodeName(String nodeName)
withNodeName in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasNodeName()
hasNodeName in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Integer getTargetRevision()
getTargetRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A withTargetRevision(Integer targetRevision)
withTargetRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasTargetRevision()
hasTargetRevision in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface NodeStatusFluent<A extends NodeStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.