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