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()InstallPlanStatusInstallPlanFluentImpl. buildStatus()InstallPlanStatusInstallPlan. getStatus()InstallPlanStatusInstallPlanFluent. getStatus()Deprecated.InstallPlanStatusInstallPlanFluentImpl. getStatus()Deprecated.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanStatus Modifier and Type Method Description InstallPlanFluent.StatusNested<A>InstallPlanFluent. editOrNewStatusLike(InstallPlanStatus item)InstallPlanFluent.StatusNested<A>InstallPlanFluentImpl. editOrNewStatusLike(InstallPlanStatus item)voidInstallPlan. setStatus(InstallPlanStatus status)InstallPlanFluent.StatusNested<A>InstallPlanFluent. withNewStatusLike(InstallPlanStatus item)InstallPlanFluent.StatusNested<A>InstallPlanFluentImpl. withNewStatusLike(InstallPlanStatus item)AInstallPlanFluent. withStatus(InstallPlanStatus status)AInstallPlanFluentImpl. 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)InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, InstallPlanStatus instance, Boolean validationEnabled)InstallPlanStatusBuilder(InstallPlanStatus instance, Boolean validationEnabled)InstallPlanStatusFluentImpl(InstallPlanStatus instance)
-