Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlan
-
Packages that use InstallPlan Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of InstallPlan in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return InstallPlan Modifier and Type Method Description InstallPlanInstallPlanBuilder. build()InstallPlanInstallPlanListFluent. buildFirstItem()InstallPlanInstallPlanListFluent. buildItem(int index)InstallPlanInstallPlanListFluent. buildLastItem()InstallPlanInstallPlanListFluent. buildMatchingItem(Predicate<InstallPlanBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type InstallPlan Modifier and Type Method Description List<InstallPlan>InstallPlanListFluent. buildItems()List<InstallPlan>InstallPlanList. getItems()InstallPlanList is a list of InstallPlan resources.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlan Modifier and Type Method Description InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. addNewItemLike(InstallPlan item)AInstallPlanListFluent. addToItems(int index, InstallPlan item)AInstallPlanListFluent. addToItems(InstallPlan... items)protected voidInstallPlanFluent. copyInstance(InstallPlan instance)AInstallPlanListFluent. removeFromItems(InstallPlan... items)InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. setNewItemLike(int index, InstallPlan item)AInstallPlanListFluent. setToItems(int index, InstallPlan item)AInstallPlanListFluent. withItems(InstallPlan... items)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type InstallPlan Modifier and Type Method Description AInstallPlanListFluent. addAllToItems(Collection<InstallPlan> items)AInstallPlanListFluent. removeAllFromItems(Collection<InstallPlan> items)voidInstallPlanList. setItems(List<InstallPlan> items)InstallPlanList is a list of InstallPlan resources.AInstallPlanListFluent. withItems(List<InstallPlan> items)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlan Constructor Description InstallPlanBuilder(InstallPlan instance)InstallPlanBuilder(InstallPlanFluent<?> fluent, InstallPlan instance)InstallPlanFluent(InstallPlan instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type InstallPlan Constructor Description InstallPlanList(String apiVersion, List<InstallPlan> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-