Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroup
-
Packages that use OperatorGroup Package Description io.fabric8.kubernetes.api.model io.fabric8.openshift.api.model.operatorhub.v1 -
-
Uses of OperatorGroup in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return OperatorGroup Modifier and Type Method Description OperatorGroupKubeSchema. getOperatorGroup()Methods in io.fabric8.kubernetes.api.model with parameters of type OperatorGroup Modifier and Type Method Description voidKubeSchema. setOperatorGroup(OperatorGroup operatorGroup)Constructors in io.fabric8.kubernetes.api.model with parameters of type OperatorGroup 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 OperatorGroup in io.fabric8.openshift.api.model.operatorhub.v1
Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return OperatorGroup Modifier and Type Method Description OperatorGroupOperatorGroupBuilder. build()OperatorGroupOperatorGroupListFluent. buildFirstItem()OperatorGroupOperatorGroupListFluentImpl. buildFirstItem()OperatorGroupOperatorGroupListFluent. buildItem(int index)OperatorGroupOperatorGroupListFluentImpl. buildItem(int index)OperatorGroupOperatorGroupListFluent. buildLastItem()OperatorGroupOperatorGroupListFluentImpl. buildLastItem()OperatorGroupOperatorGroupListFluent. buildMatchingItem(Predicate<OperatorGroupBuilder> predicate)OperatorGroupOperatorGroupListFluentImpl. buildMatchingItem(Predicate<OperatorGroupBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return types with arguments of type OperatorGroup Modifier and Type Method Description List<OperatorGroup>OperatorGroupListFluent. buildItems()List<OperatorGroup>OperatorGroupListFluentImpl. buildItems()List<OperatorGroup>OperatorGroupList. getItems()List<OperatorGroup>OperatorGroupListFluent. getItems()Deprecated.List<OperatorGroup>OperatorGroupListFluentImpl. getItems()Deprecated.Methods in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type OperatorGroup Modifier and Type Method Description OperatorGroupListFluent.ItemsNested<A>OperatorGroupListFluent. addNewItemLike(OperatorGroup item)OperatorGroupListFluent.ItemsNested<A>OperatorGroupListFluentImpl. addNewItemLike(OperatorGroup item)AOperatorGroupListFluent. addToItems(int index, OperatorGroup item)AOperatorGroupListFluent. addToItems(OperatorGroup... items)AOperatorGroupListFluentImpl. addToItems(int index, OperatorGroup item)AOperatorGroupListFluentImpl. addToItems(OperatorGroup... items)AOperatorGroupListFluent. removeFromItems(OperatorGroup... items)AOperatorGroupListFluentImpl. removeFromItems(OperatorGroup... items)OperatorGroupListFluent.ItemsNested<A>OperatorGroupListFluent. setNewItemLike(int index, OperatorGroup item)OperatorGroupListFluent.ItemsNested<A>OperatorGroupListFluentImpl. setNewItemLike(int index, OperatorGroup item)AOperatorGroupListFluent. setToItems(int index, OperatorGroup item)AOperatorGroupListFluentImpl. setToItems(int index, OperatorGroup item)AOperatorGroupListFluent. withItems(OperatorGroup... items)AOperatorGroupListFluentImpl. withItems(OperatorGroup... items)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type OperatorGroup Modifier and Type Method Description AOperatorGroupListFluent. addAllToItems(Collection<OperatorGroup> items)AOperatorGroupListFluentImpl. addAllToItems(Collection<OperatorGroup> items)AOperatorGroupListFluent. removeAllFromItems(Collection<OperatorGroup> items)AOperatorGroupListFluentImpl. removeAllFromItems(Collection<OperatorGroup> items)voidOperatorGroupList. setItems(List<OperatorGroup> items)AOperatorGroupListFluent. withItems(List<OperatorGroup> items)AOperatorGroupListFluentImpl. withItems(List<OperatorGroup> items)Constructors in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type OperatorGroup Constructor Description OperatorGroupBuilder(OperatorGroup instance)OperatorGroupBuilder(OperatorGroupFluent<?> fluent, OperatorGroup instance)OperatorGroupBuilder(OperatorGroupFluent<?> fluent, OperatorGroup instance, Boolean validationEnabled)OperatorGroupBuilder(OperatorGroup instance, Boolean validationEnabled)OperatorGroupFluentImpl(OperatorGroup instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type OperatorGroup Constructor Description OperatorGroupList(String apiVersion, List<OperatorGroup> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-