Uses of Class
io.fabric8.openshift.api.model.config.v1alpha2.Gatherers
-
Packages that use Gatherers Package Description io.fabric8.openshift.api.model.config.v1alpha2 -
-
Uses of Gatherers in io.fabric8.openshift.api.model.config.v1alpha2
Methods in io.fabric8.openshift.api.model.config.v1alpha2 that return Gatherers Modifier and Type Method Description GatherersGatherersBuilder. build()GatherersGatherConfigFluent. buildGatherers()GatherersGatherConfig. getGatherers()gatherConfig provides data gathering configuration options.Methods in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type Gatherers Modifier and Type Method Description protected voidGatherersFluent. copyInstance(Gatherers instance)GatherConfigFluent.GatherersNested<A>GatherConfigFluent. editOrNewGatherersLike(Gatherers item)voidGatherConfig. setGatherers(Gatherers gatherers)gatherConfig provides data gathering configuration options.AGatherConfigFluent. withGatherers(Gatherers gatherers)GatherConfigFluent.GatherersNested<A>GatherConfigFluent. withNewGatherersLike(Gatherers item)Constructors in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type Gatherers Constructor Description GatherConfig(List<String> dataPolicy, Gatherers gatherers, Storage storage)GatherersBuilder(Gatherers instance)GatherersBuilder(GatherersFluent<?> fluent, Gatherers instance)GatherersFluent(Gatherers instance)
-