Class CSISnapshotControllerStatusFluentImpl<A extends CSISnapshotControllerStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerStatusFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CSISnapshotControllerStatusFluent<A>
- Direct Known Subclasses:
CSISnapshotControllerFluentImpl.StatusNestedImpl,CSISnapshotControllerStatusBuilder
public class CSISnapshotControllerStatusFluentImpl<A extends CSISnapshotControllerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CSISnapshotControllerStatusFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCSISnapshotControllerStatusFluentImpl.ConditionsNestedImpl<N>classCSISnapshotControllerStatusFluentImpl.GenerationsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerStatusFluent
CSISnapshotControllerStatusFluent.ConditionsNested<N>, CSISnapshotControllerStatusFluent.GenerationsNested<N>
-
-
Constructor Summary
Constructors Constructor Description CSISnapshotControllerStatusFluentImpl()CSISnapshotControllerStatusFluentImpl(CSISnapshotControllerStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
CSISnapshotControllerStatusFluentImpl
public CSISnapshotControllerStatusFluentImpl()
-
CSISnapshotControllerStatusFluentImpl
public CSISnapshotControllerStatusFluentImpl(CSISnapshotControllerStatus instance)
-
-
Method Detail
-
addToConditions
public A addToConditions(int index, OperatorCondition item)
- Specified by:
addToConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
setToConditions
public A setToConditions(int index, OperatorCondition item)
- Specified by:
setToConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addToConditions
public A addToConditions(OperatorCondition... items)
- Specified by:
addToConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addAllToConditions
public A addAllToConditions(Collection<OperatorCondition> items)
- Specified by:
addAllToConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
removeFromConditions
public A removeFromConditions(OperatorCondition... items)
- Specified by:
removeFromConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<OperatorCondition> items)
- Specified by:
removeAllFromConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
removeMatchingFromConditions
public A removeMatchingFromConditions(Predicate<OperatorConditionBuilder> predicate)
- Specified by:
removeMatchingFromConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
getConditions
@Deprecated public List<OperatorCondition> getConditions()
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>- Returns:
- The buildable object.
-
buildConditions
public List<OperatorCondition> buildConditions()
- Specified by:
buildConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
buildCondition
public OperatorCondition buildCondition(int index)
- Specified by:
buildConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
buildFirstCondition
public OperatorCondition buildFirstCondition()
- Specified by:
buildFirstConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
buildLastCondition
public OperatorCondition buildLastCondition()
- Specified by:
buildLastConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
buildMatchingCondition
public OperatorCondition buildMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
- Specified by:
buildMatchingConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
hasMatchingCondition
public Boolean hasMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
- Specified by:
hasMatchingConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withConditions
public A withConditions(List<OperatorCondition> conditions)
- Specified by:
withConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withConditions
public A withConditions(OperatorCondition... conditions)
- Specified by:
withConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
hasConditions
public Boolean hasConditions()
- Specified by:
hasConditionsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addNewCondition
public A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
- Specified by:
addNewConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addNewCondition
public CSISnapshotControllerStatusFluent.ConditionsNested<A> addNewCondition()
- Specified by:
addNewConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addNewConditionLike
public CSISnapshotControllerStatusFluent.ConditionsNested<A> addNewConditionLike(OperatorCondition item)
- Specified by:
addNewConditionLikein interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
setNewConditionLike
public CSISnapshotControllerStatusFluent.ConditionsNested<A> setNewConditionLike(int index, OperatorCondition item)
- Specified by:
setNewConditionLikein interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
editCondition
public CSISnapshotControllerStatusFluent.ConditionsNested<A> editCondition(int index)
- Specified by:
editConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
editFirstCondition
public CSISnapshotControllerStatusFluent.ConditionsNested<A> editFirstCondition()
- Specified by:
editFirstConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
editLastCondition
public CSISnapshotControllerStatusFluent.ConditionsNested<A> editLastCondition()
- Specified by:
editLastConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
editMatchingCondition
public CSISnapshotControllerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<OperatorConditionBuilder> predicate)
- Specified by:
editMatchingConditionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addToGenerations
public A addToGenerations(int index, GenerationStatus item)
- Specified by:
addToGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
setToGenerations
public A setToGenerations(int index, GenerationStatus item)
- Specified by:
setToGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addToGenerations
public A addToGenerations(GenerationStatus... items)
- Specified by:
addToGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addAllToGenerations
public A addAllToGenerations(Collection<GenerationStatus> items)
- Specified by:
addAllToGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
removeFromGenerations
public A removeFromGenerations(GenerationStatus... items)
- Specified by:
removeFromGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
removeAllFromGenerations
public A removeAllFromGenerations(Collection<GenerationStatus> items)
- Specified by:
removeAllFromGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
removeMatchingFromGenerations
public A removeMatchingFromGenerations(Predicate<GenerationStatusBuilder> predicate)
- Specified by:
removeMatchingFromGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
getGenerations
@Deprecated public List<GenerationStatus> getGenerations()
Deprecated.This method has been deprecated, please use method buildGenerations instead.- Specified by:
getGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>- Returns:
- The buildable object.
-
buildGenerations
public List<GenerationStatus> buildGenerations()
- Specified by:
buildGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
buildGeneration
public GenerationStatus buildGeneration(int index)
- Specified by:
buildGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
buildFirstGeneration
public GenerationStatus buildFirstGeneration()
- Specified by:
buildFirstGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
buildLastGeneration
public GenerationStatus buildLastGeneration()
- Specified by:
buildLastGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
buildMatchingGeneration
public GenerationStatus buildMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
- Specified by:
buildMatchingGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
hasMatchingGeneration
public Boolean hasMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
- Specified by:
hasMatchingGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withGenerations
public A withGenerations(List<GenerationStatus> generations)
- Specified by:
withGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withGenerations
public A withGenerations(GenerationStatus... generations)
- Specified by:
withGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
hasGenerations
public Boolean hasGenerations()
- Specified by:
hasGenerationsin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addNewGeneration
public CSISnapshotControllerStatusFluent.GenerationsNested<A> addNewGeneration()
- Specified by:
addNewGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
addNewGenerationLike
public CSISnapshotControllerStatusFluent.GenerationsNested<A> addNewGenerationLike(GenerationStatus item)
- Specified by:
addNewGenerationLikein interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
setNewGenerationLike
public CSISnapshotControllerStatusFluent.GenerationsNested<A> setNewGenerationLike(int index, GenerationStatus item)
- Specified by:
setNewGenerationLikein interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
editGeneration
public CSISnapshotControllerStatusFluent.GenerationsNested<A> editGeneration(int index)
- Specified by:
editGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
editFirstGeneration
public CSISnapshotControllerStatusFluent.GenerationsNested<A> editFirstGeneration()
- Specified by:
editFirstGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
editLastGeneration
public CSISnapshotControllerStatusFluent.GenerationsNested<A> editLastGeneration()
- Specified by:
editLastGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
editMatchingGeneration
public CSISnapshotControllerStatusFluent.GenerationsNested<A> editMatchingGeneration(Predicate<GenerationStatusBuilder> predicate)
- Specified by:
editMatchingGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
getObservedGeneration
public Long getObservedGeneration()
- Specified by:
getObservedGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withObservedGeneration
public A withObservedGeneration(Long observedGeneration)
- Specified by:
withObservedGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
hasObservedGeneration
public Boolean hasObservedGeneration()
- Specified by:
hasObservedGenerationin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
getReadyReplicas
public Integer getReadyReplicas()
- Specified by:
getReadyReplicasin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withReadyReplicas
public A withReadyReplicas(Integer readyReplicas)
- Specified by:
withReadyReplicasin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
hasReadyReplicas
public Boolean hasReadyReplicas()
- Specified by:
hasReadyReplicasin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withVersion
public A withVersion(String version)
- Specified by:
withVersionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
hasVersion
public Boolean hasVersion()
- Specified by:
hasVersionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withNewVersion
public A withNewVersion(String arg1)
- Specified by:
withNewVersionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withNewVersion
public A withNewVersion(StringBuilder arg1)
- Specified by:
withNewVersionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
withNewVersion
public A withNewVersion(StringBuffer arg1)
- Specified by:
withNewVersionin interfaceCSISnapshotControllerStatusFluent<A extends CSISnapshotControllerStatusFluent<A>>
-
-