Uses of Class
io.fabric8.openshift.api.model.config.v1.OperatorHub
-
Packages that use OperatorHub Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OperatorHub in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OperatorHub Modifier and Type Method Description OperatorHubOperatorHubBuilder. build()OperatorHubOperatorHubListFluent. buildFirstItem()OperatorHubOperatorHubListFluent. buildItem(int index)OperatorHubOperatorHubListFluent. buildLastItem()OperatorHubOperatorHubListFluent. buildMatchingItem(Predicate<OperatorHubBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type OperatorHub Modifier and Type Method Description List<OperatorHub>OperatorHubListFluent. buildItems()List<OperatorHub>OperatorHubList. getItems()OperatorHubList contains a list of OperatorHubMethods in io.fabric8.openshift.api.model.config.v1 with parameters of type OperatorHub Modifier and Type Method Description OperatorHubListFluent.ItemsNested<A>OperatorHubListFluent. addNewItemLike(OperatorHub item)AOperatorHubListFluent. addToItems(int index, OperatorHub item)AOperatorHubListFluent. addToItems(OperatorHub... items)protected voidOperatorHubFluent. copyInstance(OperatorHub instance)AOperatorHubListFluent. removeFromItems(OperatorHub... items)OperatorHubListFluent.ItemsNested<A>OperatorHubListFluent. setNewItemLike(int index, OperatorHub item)AOperatorHubListFluent. setToItems(int index, OperatorHub item)AOperatorHubListFluent. withItems(OperatorHub... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type OperatorHub Modifier and Type Method Description AOperatorHubListFluent. addAllToItems(Collection<OperatorHub> items)AOperatorHubListFluent. removeAllFromItems(Collection<OperatorHub> items)voidOperatorHubList. setItems(List<OperatorHub> items)OperatorHubList contains a list of OperatorHubAOperatorHubListFluent. withItems(List<OperatorHub> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OperatorHub Constructor Description OperatorHubBuilder(OperatorHub instance)OperatorHubBuilder(OperatorHubFluent<?> fluent, OperatorHub instance)OperatorHubFluent(OperatorHub instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type OperatorHub Constructor Description OperatorHubList(String apiVersion, List<OperatorHub> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-