Uses of Class
io.fabric8.openshift.api.model.config.v1.HubSource
-
Packages that use HubSource Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of HubSource in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return HubSource Modifier and Type Method Description HubSourceHubSourceBuilder. build()HubSourceOperatorHubSpecFluent. buildFirstSource()HubSourceOperatorHubSpecFluent. buildLastSource()HubSourceOperatorHubSpecFluent. buildMatchingSource(Predicate<HubSourceBuilder> predicate)HubSourceOperatorHubSpecFluent. buildSource(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type HubSource Modifier and Type Method Description List<HubSource>OperatorHubSpecFluent. buildSources()List<HubSource>OperatorHubSpec. getSources()sources is the list of default hub sources and their configuration.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type HubSource Modifier and Type Method Description OperatorHubSpecFluent.SourcesNested<A>OperatorHubSpecFluent. addNewSourceLike(HubSource item)AOperatorHubSpecFluent. addToSources(int index, HubSource item)AOperatorHubSpecFluent. addToSources(HubSource... items)protected voidHubSourceFluent. copyInstance(HubSource instance)AOperatorHubSpecFluent. removeFromSources(HubSource... items)OperatorHubSpecFluent.SourcesNested<A>OperatorHubSpecFluent. setNewSourceLike(int index, HubSource item)AOperatorHubSpecFluent. setToSources(int index, HubSource item)AOperatorHubSpecFluent. withSources(HubSource... sources)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type HubSource Modifier and Type Method Description AOperatorHubSpecFluent. addAllToSources(Collection<HubSource> items)AOperatorHubSpecFluent. removeAllFromSources(Collection<HubSource> items)voidOperatorHubSpec. setSources(List<HubSource> sources)sources is the list of default hub sources and their configuration.AOperatorHubSpecFluent. withSources(List<HubSource> sources)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type HubSource Constructor Description HubSourceBuilder(HubSource instance)HubSourceBuilder(HubSourceFluent<?> fluent, HubSource instance)HubSourceFluent(HubSource instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type HubSource Constructor Description OperatorHubSpec(Boolean disableAllDefaultSources, List<HubSource> sources)
-