Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersion
-
Packages that use ClusterServiceVersion Package Description io.fabric8.kubernetes.api.model io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of ClusterServiceVersion in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ClusterServiceVersion Modifier and Type Method Description ClusterServiceVersionKubeSchema. getClusterServiceVersion()Methods in io.fabric8.kubernetes.api.model with parameters of type ClusterServiceVersion Modifier and Type Method Description voidKubeSchema. setClusterServiceVersion(ClusterServiceVersion clusterServiceVersion)Constructors in io.fabric8.kubernetes.api.model with parameters of type ClusterServiceVersion 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 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()ClusterServiceVersionClusterServiceVersionListFluentImpl. buildFirstItem()ClusterServiceVersionClusterServiceVersionListFluent. buildItem(int index)ClusterServiceVersionClusterServiceVersionListFluentImpl. buildItem(int index)ClusterServiceVersionClusterServiceVersionListFluent. buildLastItem()ClusterServiceVersionClusterServiceVersionListFluentImpl. buildLastItem()ClusterServiceVersionClusterServiceVersionListFluent. buildMatchingItem(Predicate<ClusterServiceVersionBuilder> predicate)ClusterServiceVersionClusterServiceVersionListFluentImpl. 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>ClusterServiceVersionListFluentImpl. buildItems()List<ClusterServiceVersion>ClusterServiceVersionList. getItems()List<ClusterServiceVersion>ClusterServiceVersionListFluent. getItems()Deprecated.List<ClusterServiceVersion>ClusterServiceVersionListFluentImpl. getItems()Deprecated.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)ClusterServiceVersionListFluent.ItemsNested<A>ClusterServiceVersionListFluentImpl. addNewItemLike(ClusterServiceVersion item)AClusterServiceVersionListFluent. addToItems(int index, ClusterServiceVersion item)AClusterServiceVersionListFluent. addToItems(ClusterServiceVersion... items)AClusterServiceVersionListFluentImpl. addToItems(int index, ClusterServiceVersion item)AClusterServiceVersionListFluentImpl. addToItems(ClusterServiceVersion... items)AClusterServiceVersionListFluent. removeFromItems(ClusterServiceVersion... items)AClusterServiceVersionListFluentImpl. removeFromItems(ClusterServiceVersion... items)ClusterServiceVersionListFluent.ItemsNested<A>ClusterServiceVersionListFluent. setNewItemLike(int index, ClusterServiceVersion item)ClusterServiceVersionListFluent.ItemsNested<A>ClusterServiceVersionListFluentImpl. setNewItemLike(int index, ClusterServiceVersion item)AClusterServiceVersionListFluent. setToItems(int index, ClusterServiceVersion item)AClusterServiceVersionListFluentImpl. setToItems(int index, ClusterServiceVersion item)AClusterServiceVersionListFluent. withItems(ClusterServiceVersion... items)AClusterServiceVersionListFluentImpl. 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)AClusterServiceVersionListFluentImpl. addAllToItems(Collection<ClusterServiceVersion> items)AClusterServiceVersionListFluent. removeAllFromItems(Collection<ClusterServiceVersion> items)AClusterServiceVersionListFluentImpl. removeAllFromItems(Collection<ClusterServiceVersion> items)voidClusterServiceVersionList. setItems(List<ClusterServiceVersion> items)AClusterServiceVersionListFluent. withItems(List<ClusterServiceVersion> items)AClusterServiceVersionListFluentImpl. 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)ClusterServiceVersionBuilder(ClusterServiceVersionFluent<?> fluent, ClusterServiceVersion instance, Boolean validationEnabled)ClusterServiceVersionBuilder(ClusterServiceVersion instance, Boolean validationEnabled)ClusterServiceVersionFluentImpl(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)
-