Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatus
-
Packages that use InstallPlanStatus Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of InstallPlanStatus in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return InstallPlanStatus Modifier and Type Method Description InstallPlanStatusInstallPlanStatusBuilder. build()InstallPlanStatusInstallPlanFluent. buildStatus()InstallPlanStatusInstallPlan. getStatus()InstallPlan defines the installation of a set of operators.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanStatus Modifier and Type Method Description protected voidInstallPlanStatusFluent. copyInstance(InstallPlanStatus instance)InstallPlanFluent.StatusNested<A>InstallPlanFluent. editOrNewStatusLike(InstallPlanStatus item)voidInstallPlan. setStatus(InstallPlanStatus status)InstallPlan defines the installation of a set of operators.InstallPlanFluent.StatusNested<A>InstallPlanFluent. withNewStatusLike(InstallPlanStatus item)AInstallPlanFluent. withStatus(InstallPlanStatus status)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanStatus Constructor Description InstallPlan(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InstallPlanSpec spec, InstallPlanStatus status)InstallPlanStatusBuilder(InstallPlanStatus instance)InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, InstallPlanStatus instance)InstallPlanStatusFluent(InstallPlanStatus instance)
-