Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.PuppetDBSDConfig
-
Packages that use PuppetDBSDConfig Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of PuppetDBSDConfig in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return PuppetDBSDConfig Modifier and Type Method Description PuppetDBSDConfigPuppetDBSDConfigBuilder. build()PuppetDBSDConfigScrapeConfigSpecFluent. buildFirstPuppetDBSDConfig()PuppetDBSDConfigScrapeConfigSpecFluent. buildLastPuppetDBSDConfig()PuppetDBSDConfigScrapeConfigSpecFluent. buildMatchingPuppetDBSDConfig(Predicate<PuppetDBSDConfigBuilder> predicate)PuppetDBSDConfigScrapeConfigSpecFluent. buildPuppetDBSDConfig(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type PuppetDBSDConfig Modifier and Type Method Description List<PuppetDBSDConfig>ScrapeConfigSpecFluent. buildPuppetDBSDConfigs()List<PuppetDBSDConfig>ScrapeConfigSpec. getPuppetDBSDConfigs()PuppetDBSDConfigs defines a list of PuppetDB service discovery configurations.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type PuppetDBSDConfig Modifier and Type Method Description ScrapeConfigSpecFluent.PuppetDBSDConfigsNested<A>ScrapeConfigSpecFluent. addNewPuppetDBSDConfigLike(PuppetDBSDConfig item)AScrapeConfigSpecFluent. addToPuppetDBSDConfigs(int index, PuppetDBSDConfig item)AScrapeConfigSpecFluent. addToPuppetDBSDConfigs(PuppetDBSDConfig... items)protected voidPuppetDBSDConfigFluent. copyInstance(PuppetDBSDConfig instance)AScrapeConfigSpecFluent. removeFromPuppetDBSDConfigs(PuppetDBSDConfig... items)ScrapeConfigSpecFluent.PuppetDBSDConfigsNested<A>ScrapeConfigSpecFluent. setNewPuppetDBSDConfigLike(int index, PuppetDBSDConfig item)AScrapeConfigSpecFluent. setToPuppetDBSDConfigs(int index, PuppetDBSDConfig item)AScrapeConfigSpecFluent. withPuppetDBSDConfigs(PuppetDBSDConfig... puppetDBSDConfigs)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type PuppetDBSDConfig Modifier and Type Method Description AScrapeConfigSpecFluent. addAllToPuppetDBSDConfigs(Collection<PuppetDBSDConfig> items)AScrapeConfigSpecFluent. removeAllFromPuppetDBSDConfigs(Collection<PuppetDBSDConfig> items)voidScrapeConfigSpec. setPuppetDBSDConfigs(List<PuppetDBSDConfig> puppetDBSDConfigs)PuppetDBSDConfigs defines a list of PuppetDB service discovery configurations.AScrapeConfigSpecFluent. withPuppetDBSDConfigs(List<PuppetDBSDConfig> puppetDBSDConfigs)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type PuppetDBSDConfig Constructor Description PuppetDBSDConfigBuilder(PuppetDBSDConfig instance)PuppetDBSDConfigBuilder(PuppetDBSDConfigFluent<?> fluent, PuppetDBSDConfig instance)PuppetDBSDConfigFluent(PuppetDBSDConfig instance)
-