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