Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookup
-
Packages that use BundleLookup Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of BundleLookup in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return BundleLookup Modifier and Type Method Description BundleLookupBundleLookupBuilder. build()BundleLookupInstallPlanStatusFluent. buildBundleLookup(int index)BundleLookupInstallPlanStatusFluentImpl. buildBundleLookup(int index)BundleLookupInstallPlanStatusFluent. buildFirstBundleLookup()BundleLookupInstallPlanStatusFluentImpl. buildFirstBundleLookup()BundleLookupInstallPlanStatusFluent. buildLastBundleLookup()BundleLookupInstallPlanStatusFluentImpl. buildLastBundleLookup()BundleLookupInstallPlanStatusFluent. buildMatchingBundleLookup(Predicate<BundleLookupBuilder> predicate)BundleLookupInstallPlanStatusFluentImpl. buildMatchingBundleLookup(Predicate<BundleLookupBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type BundleLookup Modifier and Type Method Description List<BundleLookup>InstallPlanStatusFluent. buildBundleLookups()List<BundleLookup>InstallPlanStatusFluentImpl. buildBundleLookups()List<BundleLookup>InstallPlanStatus. getBundleLookups()List<BundleLookup>InstallPlanStatusFluent. getBundleLookups()Deprecated.List<BundleLookup>InstallPlanStatusFluentImpl. getBundleLookups()Deprecated.Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type BundleLookup Modifier and Type Method Description AInstallPlanStatusFluent. addAllToBundleLookups(Collection<BundleLookup> items)AInstallPlanStatusFluentImpl. addAllToBundleLookups(Collection<BundleLookup> items)AInstallPlanStatusFluent. removeAllFromBundleLookups(Collection<BundleLookup> items)AInstallPlanStatusFluentImpl. removeAllFromBundleLookups(Collection<BundleLookup> items)voidInstallPlanStatus. setBundleLookups(List<BundleLookup> bundleLookups)AInstallPlanStatusFluent. withBundleLookups(List<BundleLookup> bundleLookups)AInstallPlanStatusFluentImpl. withBundleLookups(List<BundleLookup> bundleLookups)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type BundleLookup Constructor Description BundleLookupBuilder(BundleLookup instance)BundleLookupBuilder(BundleLookupFluent<?> fluent, BundleLookup instance)BundleLookupBuilder(BundleLookupFluent<?> fluent, BundleLookup instance, Boolean validationEnabled)BundleLookupBuilder(BundleLookup instance, Boolean validationEnabled)BundleLookupFluentImpl(BundleLookup instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type BundleLookup Constructor Description InstallPlanStatus(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef, List<BundleLookup> bundleLookups, List<String> catalogSources, List<InstallPlanCondition> conditions, String phase, List<Step> plan)
-