Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanReference
-
Packages that use InstallPlanReference Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of InstallPlanReference in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return InstallPlanReference Modifier and Type Method Description InstallPlanReferenceInstallPlanReferenceBuilder. build()InstallPlanReferenceSubscriptionStatusFluent. buildInstallplan()InstallPlanReferenceSubscriptionStatus. getInstallplan()Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanReference Modifier and Type Method Description protected voidInstallPlanReferenceFluent. copyInstance(InstallPlanReference instance)SubscriptionStatusFluent.InstallplanNested<A>SubscriptionStatusFluent. editOrNewInstallplanLike(InstallPlanReference item)voidSubscriptionStatus. setInstallplan(InstallPlanReference installplan)ASubscriptionStatusFluent. withInstallplan(InstallPlanReference installplan)SubscriptionStatusFluent.InstallplanNested<A>SubscriptionStatusFluent. withNewInstallplanLike(InstallPlanReference item)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanReference Constructor Description InstallPlanReferenceBuilder(InstallPlanReference instance)InstallPlanReferenceBuilder(InstallPlanReferenceFluent<?> fluent, InstallPlanReference instance)InstallPlanReferenceFluent(InstallPlanReference instance)SubscriptionStatus(List<SubscriptionCatalogHealth> catalogHealth, List<SubscriptionCondition> conditions, String currentCSV, Integer installPlanGeneration, io.fabric8.kubernetes.api.model.ObjectReference installPlanRef, String installedCSV, InstallPlanReference installplan, String lastUpdated, String reason, String state)
-