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