Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSource
-
Packages that use CatalogSource Package Description io.fabric8.kubernetes.api.model io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of CatalogSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return CatalogSource Modifier and Type Method Description CatalogSourceKubeSchema. getCatalogSource()Methods in io.fabric8.kubernetes.api.model with parameters of type CatalogSource Modifier and Type Method Description voidKubeSchema. setCatalogSource(CatalogSource catalogSource)Constructors in io.fabric8.kubernetes.api.model with parameters of type CatalogSource Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, CatalogSource catalogSource, CatalogSourceList catalogSourceList, ClusterServiceVersion clusterServiceVersion, ClusterServiceVersionList clusterServiceVersionList, io.fabric8.kubernetes.api.model.apps.Deployment deployment, io.fabric8.kubernetes.api.model.version.Info info, InstallPlan installPlan, InstallPlanList installPlanList, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, OperatorGroup operatorGroup, OperatorGroupList operatorGroupList, PackageManifest packageManifest, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.rbac.PolicyRule policyRule, io.fabric8.kubernetes.api.model.Quantity quantity, io.fabric8.kubernetes.api.model.admissionregistration.v1.RuleWithOperations ruleWithOperations, io.fabric8.kubernetes.api.model.Status status, Subscription subscription, SubscriptionList subscriptionList, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta) -
Uses of CatalogSource in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return CatalogSource Modifier and Type Method Description CatalogSourceCatalogSourceBuilder. build()CatalogSourceCatalogSourceListFluent. buildFirstItem()CatalogSourceCatalogSourceListFluentImpl. buildFirstItem()CatalogSourceCatalogSourceListFluent. buildItem(int index)CatalogSourceCatalogSourceListFluentImpl. buildItem(int index)CatalogSourceCatalogSourceListFluent. buildLastItem()CatalogSourceCatalogSourceListFluentImpl. buildLastItem()CatalogSourceCatalogSourceListFluent. buildMatchingItem(Predicate<CatalogSourceBuilder> predicate)CatalogSourceCatalogSourceListFluentImpl. buildMatchingItem(Predicate<CatalogSourceBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type CatalogSource Modifier and Type Method Description List<CatalogSource>CatalogSourceListFluent. buildItems()List<CatalogSource>CatalogSourceListFluentImpl. buildItems()List<CatalogSource>CatalogSourceList. getItems()List<CatalogSource>CatalogSourceListFluent. getItems()Deprecated.List<CatalogSource>CatalogSourceListFluentImpl. getItems()Deprecated.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type CatalogSource Modifier and Type Method Description CatalogSourceListFluent.ItemsNested<A>CatalogSourceListFluent. addNewItemLike(CatalogSource item)CatalogSourceListFluent.ItemsNested<A>CatalogSourceListFluentImpl. addNewItemLike(CatalogSource item)ACatalogSourceListFluent. addToItems(int index, CatalogSource item)ACatalogSourceListFluent. addToItems(CatalogSource... items)ACatalogSourceListFluentImpl. addToItems(int index, CatalogSource item)ACatalogSourceListFluentImpl. addToItems(CatalogSource... items)ACatalogSourceListFluent. removeFromItems(CatalogSource... items)ACatalogSourceListFluentImpl. removeFromItems(CatalogSource... items)CatalogSourceListFluent.ItemsNested<A>CatalogSourceListFluent. setNewItemLike(int index, CatalogSource item)CatalogSourceListFluent.ItemsNested<A>CatalogSourceListFluentImpl. setNewItemLike(int index, CatalogSource item)ACatalogSourceListFluent. setToItems(int index, CatalogSource item)ACatalogSourceListFluentImpl. setToItems(int index, CatalogSource item)ACatalogSourceListFluent. withItems(CatalogSource... items)ACatalogSourceListFluentImpl. withItems(CatalogSource... items)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type CatalogSource Modifier and Type Method Description ACatalogSourceListFluent. addAllToItems(Collection<CatalogSource> items)ACatalogSourceListFluentImpl. addAllToItems(Collection<CatalogSource> items)ACatalogSourceListFluent. removeAllFromItems(Collection<CatalogSource> items)ACatalogSourceListFluentImpl. removeAllFromItems(Collection<CatalogSource> items)voidCatalogSourceList. setItems(List<CatalogSource> items)ACatalogSourceListFluent. withItems(List<CatalogSource> items)ACatalogSourceListFluentImpl. withItems(List<CatalogSource> items)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type CatalogSource Constructor Description CatalogSourceBuilder(CatalogSource instance)CatalogSourceBuilder(CatalogSourceFluent<?> fluent, CatalogSource instance)CatalogSourceBuilder(CatalogSourceFluent<?> fluent, CatalogSource instance, Boolean validationEnabled)CatalogSourceBuilder(CatalogSource instance, Boolean validationEnabled)CatalogSourceFluentImpl(CatalogSource instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type CatalogSource Constructor Description CatalogSourceList(String apiVersion, List<CatalogSource> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-