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()InstallPlanSpecInstallPlanFluentImpl. buildSpec()InstallPlanSpecInstallPlan. getSpec()InstallPlanSpecInstallPlanFluent. getSpec()Deprecated.InstallPlanSpecInstallPlanFluentImpl. getSpec()Deprecated.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanSpec Modifier and Type Method Description InstallPlanFluent.SpecNested<A>InstallPlanFluent. editOrNewSpecLike(InstallPlanSpec item)InstallPlanFluent.SpecNested<A>InstallPlanFluentImpl. editOrNewSpecLike(InstallPlanSpec item)voidInstallPlan. setSpec(InstallPlanSpec spec)InstallPlanFluent.SpecNested<A>InstallPlanFluent. withNewSpecLike(InstallPlanSpec item)InstallPlanFluent.SpecNested<A>InstallPlanFluentImpl. withNewSpecLike(InstallPlanSpec item)AInstallPlanFluent. withSpec(InstallPlanSpec spec)AInstallPlanFluentImpl. 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)InstallPlanSpecBuilder(InstallPlanSpecFluent<?> fluent, InstallPlanSpec instance, Boolean validationEnabled)InstallPlanSpecBuilder(InstallPlanSpec instance, Boolean validationEnabled)InstallPlanSpecFluentImpl(InstallPlanSpec instance)
-