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