Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSource
-
Packages that use CatalogSource Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
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()CatalogSourceCatalogSourceListFluent. buildItem(int index)CatalogSourceCatalogSourceListFluent. buildLastItem()CatalogSourceCatalogSourceListFluent. 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>CatalogSourceList. getItems()CatalogSourceList is a repository of CSVs, CRDs, and operator packages.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)ACatalogSourceListFluent. addToItems(int index, CatalogSource item)ACatalogSourceListFluent. addToItems(CatalogSource... items)protected voidCatalogSourceFluent. copyInstance(CatalogSource instance)ACatalogSourceListFluent. removeFromItems(CatalogSource... items)CatalogSourceListFluent.ItemsNested<A>CatalogSourceListFluent. setNewItemLike(int index, CatalogSource item)ACatalogSourceListFluent. setToItems(int index, CatalogSource item)ACatalogSourceListFluent. 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)ACatalogSourceListFluent. removeAllFromItems(Collection<CatalogSource> items)voidCatalogSourceList. setItems(List<CatalogSource> items)CatalogSourceList is a repository of CSVs, CRDs, and operator packages.ACatalogSourceListFluent. 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)CatalogSourceFluent(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)
-