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(Integer index, OperatorCondition item)
addToConditions in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A setToConditions(Integer 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(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(Integer 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(Predicate<OperatorConditionBuilder> predicate)
buildMatchingCondition in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public Boolean hasMatchingCondition(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(Integer index, OperatorCondition item)
setNewConditionLike in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public KubeSchedulerStatusFluent.ConditionsNested<A> editCondition(Integer 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(Predicate<OperatorConditionBuilder> predicate)
editMatchingCondition in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A addToGenerations(Integer index, GenerationStatus item)
addToGenerations in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A setToGenerations(Integer 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(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(Integer 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(Predicate<GenerationStatusBuilder> predicate)
buildMatchingGeneration in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public Boolean hasMatchingGeneration(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(Integer index, GenerationStatus item)
setNewGenerationLike in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public KubeSchedulerStatusFluent.GenerationsNested<A> editGeneration(Integer 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(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>>@Deprecated public A withNewLatestAvailableRevisionReason(String arg0)
withNewLatestAvailableRevisionReason in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A addToNodeStatuses(Integer index, NodeStatus item)
addToNodeStatuses in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A setToNodeStatuses(Integer 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(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(Integer 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(Predicate<NodeStatusBuilder> predicate)
buildMatchingNodeStatus in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public Boolean hasMatchingNodeStatus(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(Integer index, NodeStatus item)
setNewNodeStatusLike in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public KubeSchedulerStatusFluent.NodeStatusesNested<A> editNodeStatus(Integer 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(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>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface KubeSchedulerStatusFluent<A extends KubeSchedulerStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.