Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1.OLMConfig
-
Packages that use OLMConfig Package Description io.fabric8.openshift.api.model.operatorhub.v1 -
-
Uses of OLMConfig in io.fabric8.openshift.api.model.operatorhub.v1
Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return OLMConfig Modifier and Type Method Description OLMConfigOLMConfigBuilder. build()OLMConfigOLMConfigListFluent. buildFirstItem()OLMConfigOLMConfigListFluent. buildItem(int index)OLMConfigOLMConfigListFluent. buildLastItem()OLMConfigOLMConfigListFluent. buildMatchingItem(Predicate<OLMConfigBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return types with arguments of type OLMConfig Modifier and Type Method Description List<OLMConfig>OLMConfigListFluent. buildItems()List<OLMConfig>OLMConfigList. getItems()OLMConfigList is a list of OLMConfig resources.Methods in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type OLMConfig Modifier and Type Method Description OLMConfigListFluent.ItemsNested<A>OLMConfigListFluent. addNewItemLike(OLMConfig item)AOLMConfigListFluent. addToItems(int index, OLMConfig item)AOLMConfigListFluent. addToItems(OLMConfig... items)protected voidOLMConfigFluent. copyInstance(OLMConfig instance)AOLMConfigListFluent. removeFromItems(OLMConfig... items)OLMConfigListFluent.ItemsNested<A>OLMConfigListFluent. setNewItemLike(int index, OLMConfig item)AOLMConfigListFluent. setToItems(int index, OLMConfig item)AOLMConfigListFluent. withItems(OLMConfig... items)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type OLMConfig Modifier and Type Method Description AOLMConfigListFluent. addAllToItems(Collection<OLMConfig> items)AOLMConfigListFluent. removeAllFromItems(Collection<OLMConfig> items)voidOLMConfigList. setItems(List<OLMConfig> items)OLMConfigList is a list of OLMConfig resources.AOLMConfigListFluent. withItems(List<OLMConfig> items)Constructors in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type OLMConfig Constructor Description OLMConfigBuilder(OLMConfig instance)OLMConfigBuilder(OLMConfigFluent<?> fluent, OLMConfig instance)OLMConfigFluent(OLMConfig instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type OLMConfig Constructor Description OLMConfigList(String apiVersion, List<OLMConfig> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-