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