Class NodeStatusFluent<A extends NodeStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1alpha1.NodeStatusFluent<A>
-
- Direct Known Subclasses:
NodeStatusBuilder,StaticPodOperatorStatusFluent.NodeStatusesNested
public class NodeStatusFluent<A extends NodeStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description NodeStatusFluent()NodeStatusFluent(NodeStatus instance)
-
Method Summary
-
-
-
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()
-
addAllToLastFailedDeploymentErrors
public A addAllToLastFailedDeploymentErrors(Collection<String> items)
-
removeFromLastFailedDeploymentErrors
public A removeFromLastFailedDeploymentErrors(String... items)
-
removeAllFromLastFailedDeploymentErrors
public A removeAllFromLastFailedDeploymentErrors(Collection<String> items)
-
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()
-
hasNodeName
public boolean hasNodeName()
-
getTargetDeploymentGeneration
public Integer getTargetDeploymentGeneration()
-
withTargetDeploymentGeneration
public A withTargetDeploymentGeneration(Integer targetDeploymentGeneration)
-
hasTargetDeploymentGeneration
public boolean hasTargetDeploymentGeneration()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeStatusFluent<A>>
-
-