Uses of Class
io.fabric8.openshift.api.model.config.v1alpha2.GathererConfig
-
Packages that use GathererConfig Package Description io.fabric8.openshift.api.model.config.v1alpha2 -
-
Uses of GathererConfig in io.fabric8.openshift.api.model.config.v1alpha2
Methods in io.fabric8.openshift.api.model.config.v1alpha2 that return GathererConfig Modifier and Type Method Description GathererConfigGathererConfigBuilder. build()GathererConfigCustomFluent. buildConfig(int index)GathererConfigCustomFluent. buildFirstConfig()GathererConfigCustomFluent. buildLastConfig()GathererConfigCustomFluent. buildMatchingConfig(Predicate<GathererConfigBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1alpha2 that return types with arguments of type GathererConfig Modifier and Type Method Description List<GathererConfig>CustomFluent. buildConfigs()List<GathererConfig>Custom. getConfigs()configs is a required list of gatherers configurations that can be used to enable or disable specific gatherers.Methods in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type GathererConfig Modifier and Type Method Description CustomFluent.ConfigsNested<A>CustomFluent. addNewConfigLike(GathererConfig item)ACustomFluent. addToConfigs(int index, GathererConfig item)ACustomFluent. addToConfigs(GathererConfig... items)protected voidGathererConfigFluent. copyInstance(GathererConfig instance)ACustomFluent. removeFromConfigs(GathererConfig... items)CustomFluent.ConfigsNested<A>CustomFluent. setNewConfigLike(int index, GathererConfig item)ACustomFluent. setToConfigs(int index, GathererConfig item)ACustomFluent. withConfigs(GathererConfig... configs)Method parameters in io.fabric8.openshift.api.model.config.v1alpha2 with type arguments of type GathererConfig Modifier and Type Method Description ACustomFluent. addAllToConfigs(Collection<GathererConfig> items)ACustomFluent. removeAllFromConfigs(Collection<GathererConfig> items)voidCustom. setConfigs(List<GathererConfig> configs)configs is a required list of gatherers configurations that can be used to enable or disable specific gatherers.ACustomFluent. withConfigs(List<GathererConfig> configs)Constructors in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type GathererConfig Constructor Description GathererConfigBuilder(GathererConfig instance)GathererConfigBuilder(GathererConfigFluent<?> fluent, GathererConfig instance)GathererConfigFluent(GathererConfig instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1alpha2 with type arguments of type GathererConfig Constructor Description Custom(List<GathererConfig> configs)
-