public class KubeControllerManagerStatusFluentImpl<A extends KubeControllerManagerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KubeControllerManagerStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
KubeControllerManagerStatusFluentImpl.ConditionsNestedImpl<N> |
class |
KubeControllerManagerStatusFluentImpl.GenerationsNestedImpl<N> |
class |
KubeControllerManagerStatusFluentImpl.NodeStatusesNestedImpl<N> |
KubeControllerManagerStatusFluent.ConditionsNested<N>, KubeControllerManagerStatusFluent.GenerationsNested<N>, KubeControllerManagerStatusFluent.NodeStatusesNested<N>| Constructor and Description |
|---|
KubeControllerManagerStatusFluentImpl() |
KubeControllerManagerStatusFluentImpl(KubeControllerManagerStatus instance) |
public KubeControllerManagerStatusFluentImpl()
public KubeControllerManagerStatusFluentImpl(KubeControllerManagerStatus instance)
public A addToConditions(int index, OperatorCondition item)
addToConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A setToConditions(int index, OperatorCondition item)
setToConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addToConditions(OperatorCondition... items)
addToConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addAllToConditions(Collection<OperatorCondition> items)
addAllToConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeFromConditions(OperatorCondition... items)
removeFromConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeAllFromConditions(Collection<OperatorCondition> items)
removeAllFromConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeMatchingFromConditions(Predicate<OperatorConditionBuilder> predicate)
removeMatchingFromConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>@Deprecated public List<OperatorCondition> getConditions()
getConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public List<OperatorCondition> buildConditions()
buildConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public OperatorCondition buildCondition(int index)
buildCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public OperatorCondition buildFirstCondition()
buildFirstCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public OperatorCondition buildLastCondition()
buildLastCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public OperatorCondition buildMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
buildMatchingCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
hasMatchingCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withConditions(List<OperatorCondition> conditions)
withConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withConditions(OperatorCondition... conditions)
withConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
addNewCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.ConditionsNested<A> addNewConditionLike(OperatorCondition item)
addNewConditionLike in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.ConditionsNested<A> setNewConditionLike(int index, OperatorCondition item)
setNewConditionLike in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
editMatchingCondition in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addToGenerations(int index, GenerationStatus item)
addToGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A setToGenerations(int index, GenerationStatus item)
setToGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addToGenerations(GenerationStatus... items)
addToGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addAllToGenerations(Collection<GenerationStatus> items)
addAllToGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeFromGenerations(GenerationStatus... items)
removeFromGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeAllFromGenerations(Collection<GenerationStatus> items)
removeAllFromGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeMatchingFromGenerations(Predicate<GenerationStatusBuilder> predicate)
removeMatchingFromGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>@Deprecated public List<GenerationStatus> getGenerations()
getGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public List<GenerationStatus> buildGenerations()
buildGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public GenerationStatus buildGeneration(int index)
buildGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public GenerationStatus buildFirstGeneration()
buildFirstGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public GenerationStatus buildLastGeneration()
buildLastGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public GenerationStatus buildMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
buildMatchingGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
hasMatchingGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withGenerations(List<GenerationStatus> generations)
withGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withGenerations(GenerationStatus... generations)
withGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasGenerations()
hasGenerations in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.GenerationsNested<A> addNewGeneration()
addNewGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.GenerationsNested<A> addNewGenerationLike(GenerationStatus item)
addNewGenerationLike in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.GenerationsNested<A> setNewGenerationLike(int index, GenerationStatus item)
setNewGenerationLike in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.GenerationsNested<A> editGeneration(int index)
editGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.GenerationsNested<A> editFirstGeneration()
editFirstGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.GenerationsNested<A> editLastGeneration()
editLastGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.GenerationsNested<A> editMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
editMatchingGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Integer getLatestAvailableRevision()
getLatestAvailableRevision in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withLatestAvailableRevision(Integer latestAvailableRevision)
withLatestAvailableRevision in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasLatestAvailableRevision()
hasLatestAvailableRevision in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewLatestAvailableRevision(String arg1)
withNewLatestAvailableRevision in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewLatestAvailableRevision(int arg1)
withNewLatestAvailableRevision in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public String getLatestAvailableRevisionReason()
getLatestAvailableRevisionReason in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withLatestAvailableRevisionReason(String latestAvailableRevisionReason)
withLatestAvailableRevisionReason in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasLatestAvailableRevisionReason()
hasLatestAvailableRevisionReason in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewLatestAvailableRevisionReason(String arg1)
withNewLatestAvailableRevisionReason in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewLatestAvailableRevisionReason(StringBuilder arg1)
withNewLatestAvailableRevisionReason in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewLatestAvailableRevisionReason(StringBuffer arg1)
withNewLatestAvailableRevisionReason in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addToNodeStatuses(int index, NodeStatus item)
addToNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A setToNodeStatuses(int index, NodeStatus item)
setToNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addToNodeStatuses(NodeStatus... items)
addToNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A addAllToNodeStatuses(Collection<NodeStatus> items)
addAllToNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeFromNodeStatuses(NodeStatus... items)
removeFromNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeAllFromNodeStatuses(Collection<NodeStatus> items)
removeAllFromNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A removeMatchingFromNodeStatuses(Predicate<NodeStatusBuilder> predicate)
removeMatchingFromNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>@Deprecated public List<NodeStatus> getNodeStatuses()
getNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public List<NodeStatus> buildNodeStatuses()
buildNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public NodeStatus buildNodeStatus(int index)
buildNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public NodeStatus buildFirstNodeStatus()
buildFirstNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public NodeStatus buildLastNodeStatus()
buildLastNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public NodeStatus buildMatchingNodeStatus(Predicate<NodeStatusBuilder> predicate)
buildMatchingNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasMatchingNodeStatus(Predicate<NodeStatusBuilder> predicate)
hasMatchingNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNodeStatuses(List<NodeStatus> nodeStatuses)
withNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNodeStatuses(NodeStatus... nodeStatuses)
withNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasNodeStatuses()
hasNodeStatuses in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.NodeStatusesNested<A> addNewNodeStatus()
addNewNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.NodeStatusesNested<A> addNewNodeStatusLike(NodeStatus item)
addNewNodeStatusLike in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.NodeStatusesNested<A> setNewNodeStatusLike(int index, NodeStatus item)
setNewNodeStatusLike in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.NodeStatusesNested<A> editNodeStatus(int index)
editNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.NodeStatusesNested<A> editFirstNodeStatus()
editFirstNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.NodeStatusesNested<A> editLastNodeStatus()
editLastNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public KubeControllerManagerStatusFluent.NodeStatusesNested<A> editMatchingNodeStatus(Predicate<NodeStatusBuilder> predicate)
editMatchingNodeStatus in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewObservedGeneration(String arg1)
withNewObservedGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewObservedGeneration(long arg1)
withNewObservedGeneration in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Integer getReadyReplicas()
getReadyReplicas in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withReadyReplicas(Integer readyReplicas)
withReadyReplicas in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasReadyReplicas()
hasReadyReplicas in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewReadyReplicas(String arg1)
withNewReadyReplicas in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewReadyReplicas(int arg1)
withNewReadyReplicas in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public String getVersion()
getVersion in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withVersion(String version)
withVersion in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public Boolean hasVersion()
hasVersion in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewVersion(String arg1)
withNewVersion in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewVersion(StringBuilder arg1)
withNewVersion in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>public A withNewVersion(StringBuffer arg1)
withNewVersion in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.