public class KubeControllerManagerStatusFluentImpl<A extends KubeControllerManagerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KubeControllerManagerStatusFluent<A>
KubeControllerManagerStatusFluent.ConditionsNested<N>, KubeControllerManagerStatusFluent.GenerationsNested<N>, KubeControllerManagerStatusFluent.NodeStatusesNested<N>
Constructor and Description |
---|
KubeControllerManagerStatusFluentImpl() |
KubeControllerManagerStatusFluentImpl(KubeControllerManagerStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
public KubeControllerManagerStatusFluentImpl()
public KubeControllerManagerStatusFluentImpl(KubeControllerManagerStatus instance)
public A addToConditions(Integer index, OperatorCondition item)
addToConditions
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public A setToConditions(Integer 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(Integer 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(Integer index, OperatorCondition item)
setNewConditionLike
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public KubeControllerManagerStatusFluent.ConditionsNested<A> editCondition(Integer 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(Integer index, GenerationStatus item)
addToGenerations
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public A setToGenerations(Integer 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(Integer 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(Integer index, GenerationStatus item)
setNewGenerationLike
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public KubeControllerManagerStatusFluent.GenerationsNested<A> editGeneration(Integer 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 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 addToNodeStatuses(Integer index, NodeStatus item)
addToNodeStatuses
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public A setToNodeStatuses(Integer 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(Integer 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(Integer index, NodeStatus item)
setNewNodeStatusLike
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public KubeControllerManagerStatusFluent.NodeStatusesNested<A> editNodeStatus(Integer 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 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 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 addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public Boolean hasAdditionalProperties()
hasAdditionalProperties
in interface KubeControllerManagerStatusFluent<A extends KubeControllerManagerStatusFluent<A>>
public boolean equals(Object o)
equals
in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KubeControllerManagerStatusFluent<A>>
public int hashCode()
hashCode
in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KubeControllerManagerStatusFluent<A>>
Copyright © 2015–2023 Red Hat. All rights reserved.