Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersion
-
Packages that use ClusterServiceVersion Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of ClusterServiceVersion in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return ClusterServiceVersion Modifier and Type Method Description ClusterServiceVersionClusterServiceVersionBuilder. build()ClusterServiceVersionClusterServiceVersionListFluent. buildFirstItem()ClusterServiceVersionClusterServiceVersionListFluent. buildItem(int index)ClusterServiceVersionClusterServiceVersionListFluent. buildLastItem()ClusterServiceVersionClusterServiceVersionListFluent. buildMatchingItem(Predicate<ClusterServiceVersionBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type ClusterServiceVersion Modifier and Type Method Description List<ClusterServiceVersion>ClusterServiceVersionListFluent. buildItems()List<ClusterServiceVersion>ClusterServiceVersionList. getItems()ClusterServiceVersionList represents a list of ClusterServiceVersions.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type ClusterServiceVersion Modifier and Type Method Description ClusterServiceVersionListFluent.ItemsNested<A>ClusterServiceVersionListFluent. addNewItemLike(ClusterServiceVersion item)AClusterServiceVersionListFluent. addToItems(int index, ClusterServiceVersion item)AClusterServiceVersionListFluent. addToItems(ClusterServiceVersion... items)protected voidClusterServiceVersionFluent. copyInstance(ClusterServiceVersion instance)AClusterServiceVersionListFluent. removeFromItems(ClusterServiceVersion... items)ClusterServiceVersionListFluent.ItemsNested<A>ClusterServiceVersionListFluent. setNewItemLike(int index, ClusterServiceVersion item)AClusterServiceVersionListFluent. setToItems(int index, ClusterServiceVersion item)AClusterServiceVersionListFluent. withItems(ClusterServiceVersion... items)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type ClusterServiceVersion Modifier and Type Method Description AClusterServiceVersionListFluent. addAllToItems(Collection<ClusterServiceVersion> items)AClusterServiceVersionListFluent. removeAllFromItems(Collection<ClusterServiceVersion> items)voidClusterServiceVersionList. setItems(List<ClusterServiceVersion> items)ClusterServiceVersionList represents a list of ClusterServiceVersions.AClusterServiceVersionListFluent. withItems(List<ClusterServiceVersion> items)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type ClusterServiceVersion Constructor Description ClusterServiceVersionBuilder(ClusterServiceVersion instance)ClusterServiceVersionBuilder(ClusterServiceVersionFluent<?> fluent, ClusterServiceVersion instance)ClusterServiceVersionFluent(ClusterServiceVersion instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type ClusterServiceVersion Constructor Description ClusterServiceVersionList(String apiVersion, List<ClusterServiceVersion> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-