Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupCondition
-
Packages that use BundleLookupCondition Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of BundleLookupCondition in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return BundleLookupCondition Modifier and Type Method Description BundleLookupConditionBundleLookupConditionBuilder. build()BundleLookupConditionBundleLookupFluent. buildCondition(int index)BundleLookupConditionBundleLookupFluent. buildFirstCondition()BundleLookupConditionBundleLookupFluent. buildLastCondition()BundleLookupConditionBundleLookupFluent. buildMatchingCondition(Predicate<BundleLookupConditionBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type BundleLookupCondition Modifier and Type Method Description List<BundleLookupCondition>BundleLookupFluent. buildConditions()List<BundleLookupCondition>BundleLookup. getConditions()Conditions represents the overall state of a BundleLookup.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type BundleLookupCondition Modifier and Type Method Description BundleLookupFluent.ConditionsNested<A>BundleLookupFluent. addNewConditionLike(BundleLookupCondition item)ABundleLookupFluent. addToConditions(int index, BundleLookupCondition item)ABundleLookupFluent. addToConditions(BundleLookupCondition... items)protected voidBundleLookupConditionFluent. copyInstance(BundleLookupCondition instance)ABundleLookupFluent. removeFromConditions(BundleLookupCondition... items)BundleLookupFluent.ConditionsNested<A>BundleLookupFluent. setNewConditionLike(int index, BundleLookupCondition item)ABundleLookupFluent. setToConditions(int index, BundleLookupCondition item)ABundleLookupFluent. withConditions(BundleLookupCondition... conditions)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type BundleLookupCondition Modifier and Type Method Description ABundleLookupFluent. addAllToConditions(Collection<BundleLookupCondition> items)ABundleLookupFluent. removeAllFromConditions(Collection<BundleLookupCondition> items)voidBundleLookup. setConditions(List<BundleLookupCondition> conditions)Conditions represents the overall state of a BundleLookup.ABundleLookupFluent. withConditions(List<BundleLookupCondition> conditions)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type BundleLookupCondition Constructor Description BundleLookupConditionBuilder(BundleLookupCondition instance)BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent, BundleLookupCondition instance)BundleLookupConditionFluent(BundleLookupCondition instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type BundleLookupCondition Constructor Description BundleLookup(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef, List<BundleLookupCondition> conditions, String identifier, String path, String properties, String replaces)
-