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