Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlan
-
Packages that use InstallPlan Package Description io.fabric8.kubernetes.api.model io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of InstallPlan in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return InstallPlan Modifier and Type Method Description InstallPlanKubeSchema. getInstallPlan()Methods in io.fabric8.kubernetes.api.model with parameters of type InstallPlan Modifier and Type Method Description voidKubeSchema. setInstallPlan(InstallPlan installPlan)Constructors in io.fabric8.kubernetes.api.model with parameters of type InstallPlan Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, CatalogSource catalogSource, CatalogSourceList catalogSourceList, ClusterServiceVersion clusterServiceVersion, ClusterServiceVersionList clusterServiceVersionList, io.fabric8.kubernetes.api.model.apps.Deployment deployment, io.fabric8.kubernetes.api.model.version.Info info, InstallPlan installPlan, InstallPlanList installPlanList, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, OperatorGroup operatorGroup, OperatorGroupList operatorGroupList, PackageManifest packageManifest, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.rbac.PolicyRule policyRule, io.fabric8.kubernetes.api.model.Quantity quantity, io.fabric8.kubernetes.api.model.admissionregistration.v1.RuleWithOperations ruleWithOperations, io.fabric8.kubernetes.api.model.Status status, Subscription subscription, SubscriptionList subscriptionList, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta) -
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()InstallPlanInstallPlanListFluentImpl. buildFirstItem()InstallPlanInstallPlanListFluent. buildItem(int index)InstallPlanInstallPlanListFluentImpl. buildItem(int index)InstallPlanInstallPlanListFluent. buildLastItem()InstallPlanInstallPlanListFluentImpl. buildLastItem()InstallPlanInstallPlanListFluent. buildMatchingItem(Predicate<InstallPlanBuilder> predicate)InstallPlanInstallPlanListFluentImpl. 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>InstallPlanListFluentImpl. buildItems()List<InstallPlan>InstallPlanList. getItems()List<InstallPlan>InstallPlanListFluent. getItems()Deprecated.List<InstallPlan>InstallPlanListFluentImpl. getItems()Deprecated.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)InstallPlanListFluent.ItemsNested<A>InstallPlanListFluentImpl. addNewItemLike(InstallPlan item)AInstallPlanListFluent. addToItems(int index, InstallPlan item)AInstallPlanListFluent. addToItems(InstallPlan... items)AInstallPlanListFluentImpl. addToItems(int index, InstallPlan item)AInstallPlanListFluentImpl. addToItems(InstallPlan... items)AInstallPlanListFluent. removeFromItems(InstallPlan... items)AInstallPlanListFluentImpl. removeFromItems(InstallPlan... items)InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. setNewItemLike(int index, InstallPlan item)InstallPlanListFluent.ItemsNested<A>InstallPlanListFluentImpl. setNewItemLike(int index, InstallPlan item)AInstallPlanListFluent. setToItems(int index, InstallPlan item)AInstallPlanListFluentImpl. setToItems(int index, InstallPlan item)AInstallPlanListFluent. withItems(InstallPlan... items)AInstallPlanListFluentImpl. 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)AInstallPlanListFluentImpl. addAllToItems(Collection<InstallPlan> items)AInstallPlanListFluent. removeAllFromItems(Collection<InstallPlan> items)AInstallPlanListFluentImpl. removeAllFromItems(Collection<InstallPlan> items)voidInstallPlanList. setItems(List<InstallPlan> items)AInstallPlanListFluent. withItems(List<InstallPlan> items)AInstallPlanListFluentImpl. 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)InstallPlanBuilder(InstallPlanFluent<?> fluent, InstallPlan instance, Boolean validationEnabled)InstallPlanBuilder(InstallPlan instance, Boolean validationEnabled)InstallPlanFluentImpl(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)
-