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)BundleLookupInstallPlanStatusFluent. buildFirstBundleLookup()BundleLookupInstallPlanStatusFluent. buildLastBundleLookup()BundleLookupInstallPlanStatusFluent. 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>InstallPlanStatus. getBundleLookups()BundleLookups is the set of in-progress requests to pull and unpackage bundle content to the cluster.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type BundleLookup Modifier and Type Method Description InstallPlanStatusFluent.BundleLookupsNested<A>InstallPlanStatusFluent. addNewBundleLookupLike(BundleLookup item)AInstallPlanStatusFluent. addToBundleLookups(int index, BundleLookup item)AInstallPlanStatusFluent. addToBundleLookups(BundleLookup... items)protected voidBundleLookupFluent. copyInstance(BundleLookup instance)AInstallPlanStatusFluent. removeFromBundleLookups(BundleLookup... items)InstallPlanStatusFluent.BundleLookupsNested<A>InstallPlanStatusFluent. setNewBundleLookupLike(int index, BundleLookup item)AInstallPlanStatusFluent. setToBundleLookups(int index, BundleLookup item)AInstallPlanStatusFluent. withBundleLookups(BundleLookup... bundleLookups)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)AInstallPlanStatusFluent. removeAllFromBundleLookups(Collection<BundleLookup> items)voidInstallPlanStatus. setBundleLookups(List<BundleLookup> bundleLookups)BundleLookups is the set of in-progress requests to pull and unpackage bundle content to the cluster.AInstallPlanStatusFluent. 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)BundleLookupFluent(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 message, String phase, List<Step> plan, String startTime)
-