Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.HTTPSDConfig
-
Packages that use HTTPSDConfig Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of HTTPSDConfig in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return HTTPSDConfig Modifier and Type Method Description HTTPSDConfigHTTPSDConfigBuilder. build()HTTPSDConfigScrapeConfigSpecFluent. buildFirstHttpSDConfig()HTTPSDConfigScrapeConfigSpecFluent. buildHttpSDConfig(int index)HTTPSDConfigScrapeConfigSpecFluent. buildLastHttpSDConfig()HTTPSDConfigScrapeConfigSpecFluent. buildMatchingHttpSDConfig(Predicate<HTTPSDConfigBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type HTTPSDConfig Modifier and Type Method Description List<HTTPSDConfig>ScrapeConfigSpecFluent. buildHttpSDConfigs()List<HTTPSDConfig>ScrapeConfigSpec. getHttpSDConfigs()HTTPSDConfigs defines a list of HTTP service discovery configurations.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type HTTPSDConfig Modifier and Type Method Description ScrapeConfigSpecFluent.HttpSDConfigsNested<A>ScrapeConfigSpecFluent. addNewHttpSDConfigLike(HTTPSDConfig item)AScrapeConfigSpecFluent. addToHttpSDConfigs(int index, HTTPSDConfig item)AScrapeConfigSpecFluent. addToHttpSDConfigs(HTTPSDConfig... items)protected voidHTTPSDConfigFluent. copyInstance(HTTPSDConfig instance)AScrapeConfigSpecFluent. removeFromHttpSDConfigs(HTTPSDConfig... items)ScrapeConfigSpecFluent.HttpSDConfigsNested<A>ScrapeConfigSpecFluent. setNewHttpSDConfigLike(int index, HTTPSDConfig item)AScrapeConfigSpecFluent. setToHttpSDConfigs(int index, HTTPSDConfig item)AScrapeConfigSpecFluent. withHttpSDConfigs(HTTPSDConfig... httpSDConfigs)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type HTTPSDConfig Modifier and Type Method Description AScrapeConfigSpecFluent. addAllToHttpSDConfigs(Collection<HTTPSDConfig> items)AScrapeConfigSpecFluent. removeAllFromHttpSDConfigs(Collection<HTTPSDConfig> items)voidScrapeConfigSpec. setHttpSDConfigs(List<HTTPSDConfig> httpSDConfigs)HTTPSDConfigs defines a list of HTTP service discovery configurations.AScrapeConfigSpecFluent. withHttpSDConfigs(List<HTTPSDConfig> httpSDConfigs)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type HTTPSDConfig Constructor Description HTTPSDConfigBuilder(HTTPSDConfig instance)HTTPSDConfigBuilder(HTTPSDConfigFluent<?> fluent, HTTPSDConfig instance)HTTPSDConfigFluent(HTTPSDConfig instance)
-