public class ClusterCSIDriverStatusFluentImpl<A extends ClusterCSIDriverStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterCSIDriverStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterCSIDriverStatusFluentImpl.ConditionsNestedImpl<N> |
class |
ClusterCSIDriverStatusFluentImpl.GenerationsNestedImpl<N> |
ClusterCSIDriverStatusFluent.ConditionsNested<N>, ClusterCSIDriverStatusFluent.GenerationsNested<N>| Constructor and Description |
|---|
ClusterCSIDriverStatusFluentImpl() |
ClusterCSIDriverStatusFluentImpl(ClusterCSIDriverStatus instance) |
public ClusterCSIDriverStatusFluentImpl()
public ClusterCSIDriverStatusFluentImpl(ClusterCSIDriverStatus instance)
public A addToConditions(Integer index, OperatorCondition item)
addToConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A setToConditions(Integer index, OperatorCondition item)
setToConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A addToConditions(OperatorCondition... items)
addToConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A addAllToConditions(Collection<OperatorCondition> items)
addAllToConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A removeFromConditions(OperatorCondition... items)
removeFromConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A removeAllFromConditions(Collection<OperatorCondition> items)
removeAllFromConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A removeMatchingFromConditions(Predicate<OperatorConditionBuilder> predicate)
removeMatchingFromConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>@Deprecated public List<OperatorCondition> getConditions()
getConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public List<OperatorCondition> buildConditions()
buildConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public OperatorCondition buildCondition(Integer index)
buildCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public OperatorCondition buildFirstCondition()
buildFirstCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public OperatorCondition buildLastCondition()
buildLastCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public OperatorCondition buildMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
buildMatchingCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
hasMatchingCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A withConditions(List<OperatorCondition> conditions)
withConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A withConditions(OperatorCondition... conditions)
withConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
addNewCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.ConditionsNested<A> addNewConditionLike(OperatorCondition item)
addNewConditionLike in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, OperatorCondition item)
setNewConditionLike in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.ConditionsNested<A> editCondition(Integer index)
editCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
editMatchingCondition in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A addToGenerations(Integer index, GenerationStatus item)
addToGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A setToGenerations(Integer index, GenerationStatus item)
setToGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A addToGenerations(GenerationStatus... items)
addToGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A addAllToGenerations(Collection<GenerationStatus> items)
addAllToGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A removeFromGenerations(GenerationStatus... items)
removeFromGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A removeAllFromGenerations(Collection<GenerationStatus> items)
removeAllFromGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A removeMatchingFromGenerations(Predicate<GenerationStatusBuilder> predicate)
removeMatchingFromGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>@Deprecated public List<GenerationStatus> getGenerations()
getGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public List<GenerationStatus> buildGenerations()
buildGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public GenerationStatus buildGeneration(Integer index)
buildGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public GenerationStatus buildFirstGeneration()
buildFirstGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public GenerationStatus buildLastGeneration()
buildLastGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public GenerationStatus buildMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
buildMatchingGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Boolean hasMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
hasMatchingGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A withGenerations(List<GenerationStatus> generations)
withGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A withGenerations(GenerationStatus... generations)
withGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Boolean hasGenerations()
hasGenerations in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.GenerationsNested<A> addNewGeneration()
addNewGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.GenerationsNested<A> addNewGenerationLike(GenerationStatus item)
addNewGenerationLike in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.GenerationsNested<A> setNewGenerationLike(Integer index, GenerationStatus item)
setNewGenerationLike in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.GenerationsNested<A> editGeneration(Integer index)
editGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.GenerationsNested<A> editFirstGeneration()
editFirstGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.GenerationsNested<A> editLastGeneration()
editLastGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public ClusterCSIDriverStatusFluent.GenerationsNested<A> editMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
editMatchingGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Integer getReadyReplicas()
getReadyReplicas in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A withReadyReplicas(Integer readyReplicas)
withReadyReplicas in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Boolean hasReadyReplicas()
hasReadyReplicas in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public String getVersion()
getVersion in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public A withVersion(String version)
withVersion in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>public Boolean hasVersion()
hasVersion in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface ClusterCSIDriverStatusFluent<A extends ClusterCSIDriverStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.