Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanSpec
-
Packages that use InstallPlanSpec Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of InstallPlanSpec in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return InstallPlanSpec Modifier and Type Method Description InstallPlanSpecInstallPlanSpecBuilder. build()InstallPlanSpecInstallPlanFluent. buildSpec()InstallPlanSpecInstallPlan. getSpec()InstallPlan defines the installation of a set of operators.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanSpec Modifier and Type Method Description protected voidInstallPlanSpecFluent. copyInstance(InstallPlanSpec instance)InstallPlanFluent.SpecNested<A>InstallPlanFluent. editOrNewSpecLike(InstallPlanSpec item)voidInstallPlan. setSpec(InstallPlanSpec spec)InstallPlan defines the installation of a set of operators.InstallPlanFluent.SpecNested<A>InstallPlanFluent. withNewSpecLike(InstallPlanSpec item)AInstallPlanFluent. withSpec(InstallPlanSpec spec)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanSpec Constructor Description InstallPlan(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InstallPlanSpec spec, InstallPlanStatus status)InstallPlanSpecBuilder(InstallPlanSpec instance)InstallPlanSpecBuilder(InstallPlanSpecFluent<?> fluent, InstallPlanSpec instance)InstallPlanSpecFluent(InstallPlanSpec instance)
-