Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.OAuth2
-
Packages that use OAuth2 Package Description io.fabric8.openshift.api.model.monitoring.v1 io.fabric8.openshift.api.model.monitoring.v1alpha1 io.fabric8.openshift.api.model.monitoring.v1beta1 -
-
Uses of OAuth2 in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return OAuth2 Modifier and Type Method Description OAuth2OAuth2Builder. build()OAuth2EndpointFluent. buildOauth2()OAuth2HTTPConfigFluent. buildOauth2()OAuth2PodMetricsEndpointFluent. buildOauth2()OAuth2ProbeSpecFluent. buildOauth2()OAuth2RemoteReadSpecFluent. buildOauth2()OAuth2RemoteWriteSpecFluent. buildOauth2()OAuth2Endpoint. getOauth2()Endpoint defines an endpoint serving Prometheus metrics to be scraped by Prometheus.OAuth2HTTPConfig. getOauth2()HTTPConfig defines a client HTTP configuration.OAuth2PodMetricsEndpoint. getOauth2()PodMetricsEndpoint defines an endpoint serving Prometheus metrics to be scraped by Prometheus.OAuth2ProbeSpec. getOauth2()ProbeSpec contains specification parameters for a Probe.OAuth2RemoteReadSpec. getOauth2()RemoteReadSpec defines the configuration for Prometheus to read back samples from a remote endpoint.OAuth2RemoteWriteSpec. getOauth2()RemoteWriteSpec defines the configuration to write samples from Prometheus to a remote endpoint.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type OAuth2 Modifier and Type Method Description protected voidOAuth2Fluent. copyInstance(OAuth2 instance)EndpointFluent.Oauth2Nested<A>EndpointFluent. editOrNewOauth2Like(OAuth2 item)HTTPConfigFluent.Oauth2Nested<A>HTTPConfigFluent. editOrNewOauth2Like(OAuth2 item)PodMetricsEndpointFluent.Oauth2Nested<A>PodMetricsEndpointFluent. editOrNewOauth2Like(OAuth2 item)ProbeSpecFluent.Oauth2Nested<A>ProbeSpecFluent. editOrNewOauth2Like(OAuth2 item)RemoteReadSpecFluent.Oauth2Nested<A>RemoteReadSpecFluent. editOrNewOauth2Like(OAuth2 item)RemoteWriteSpecFluent.Oauth2Nested<A>RemoteWriteSpecFluent. editOrNewOauth2Like(OAuth2 item)voidEndpoint. setOauth2(OAuth2 oauth2)Endpoint defines an endpoint serving Prometheus metrics to be scraped by Prometheus.voidHTTPConfig. setOauth2(OAuth2 oauth2)HTTPConfig defines a client HTTP configuration.voidPodMetricsEndpoint. setOauth2(OAuth2 oauth2)PodMetricsEndpoint defines an endpoint serving Prometheus metrics to be scraped by Prometheus.voidProbeSpec. setOauth2(OAuth2 oauth2)ProbeSpec contains specification parameters for a Probe.voidRemoteReadSpec. setOauth2(OAuth2 oauth2)RemoteReadSpec defines the configuration for Prometheus to read back samples from a remote endpoint.voidRemoteWriteSpec. setOauth2(OAuth2 oauth2)RemoteWriteSpec defines the configuration to write samples from Prometheus to a remote endpoint.EndpointFluent.Oauth2Nested<A>EndpointFluent. withNewOauth2Like(OAuth2 item)HTTPConfigFluent.Oauth2Nested<A>HTTPConfigFluent. withNewOauth2Like(OAuth2 item)PodMetricsEndpointFluent.Oauth2Nested<A>PodMetricsEndpointFluent. withNewOauth2Like(OAuth2 item)ProbeSpecFluent.Oauth2Nested<A>ProbeSpecFluent. withNewOauth2Like(OAuth2 item)RemoteReadSpecFluent.Oauth2Nested<A>RemoteReadSpecFluent. withNewOauth2Like(OAuth2 item)RemoteWriteSpecFluent.Oauth2Nested<A>RemoteWriteSpecFluent. withNewOauth2Like(OAuth2 item)AEndpointFluent. withOauth2(OAuth2 oauth2)AHTTPConfigFluent. withOauth2(OAuth2 oauth2)APodMetricsEndpointFluent. withOauth2(OAuth2 oauth2)AProbeSpecFluent. withOauth2(OAuth2 oauth2)ARemoteReadSpecFluent. withOauth2(OAuth2 oauth2)ARemoteWriteSpecFluent. withOauth2(OAuth2 oauth2)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type OAuth2 Constructor Description Endpoint(SafeAuthorization authorization, BasicAuth basicAuth, String bearerTokenFile, io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret, Boolean enableHttp2, Boolean filterRunning, Boolean followRedirects, Boolean honorLabels, Boolean honorTimestamps, String interval, List<RelabelConfig> metricRelabelings, String noProxy, OAuth2 oauth2, Map<String,List<String>> params, String path, String port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, List<RelabelConfig> relabelings, String scheme, String scrapeTimeout, io.fabric8.kubernetes.api.model.IntOrString targetPort, TLSConfig tlsConfig, Boolean trackTimestampsStaleness)HTTPConfig(SafeAuthorization authorization, BasicAuth basicAuth, io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret, Boolean followRedirects, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, SafeTLSConfig tlsConfig)OAuth2Builder(OAuth2 instance)OAuth2Builder(OAuth2Fluent<?> fluent, OAuth2 instance)OAuth2Fluent(OAuth2 instance)PodMetricsEndpoint(SafeAuthorization authorization, BasicAuth basicAuth, io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret, Boolean enableHttp2, Boolean filterRunning, Boolean followRedirects, Boolean honorLabels, Boolean honorTimestamps, String interval, List<RelabelConfig> metricRelabelings, String noProxy, OAuth2 oauth2, Map<String,List<String>> params, String path, String port, Integer portNumber, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, List<RelabelConfig> relabelings, String scheme, String scrapeTimeout, io.fabric8.kubernetes.api.model.IntOrString targetPort, SafeTLSConfig tlsConfig, Boolean trackTimestampsStaleness)ProbeSpec(SafeAuthorization authorization, BasicAuth basicAuth, io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret, Boolean convertClassicHistogramsToNHCB, String fallbackScrapeProtocol, String interval, String jobName, Long keepDroppedTargets, Long labelLimit, Long labelNameLengthLimit, Long labelValueLengthLimit, List<RelabelConfig> metricRelabelings, String module, Long nativeHistogramBucketLimit, io.fabric8.kubernetes.api.model.Quantity nativeHistogramMinBucketFactor, OAuth2 oauth2, ProberSpec prober, Long sampleLimit, String scrapeClass, Boolean scrapeClassicHistograms, List<String> scrapeProtocols, String scrapeTimeout, Long targetLimit, ProbeTargets targets, SafeTLSConfig tlsConfig)RemoteReadSpec(Authorization authorization, BasicAuth basicAuth, String bearerToken, String bearerTokenFile, Boolean filterExternalLabels, Boolean followRedirects, Map<String,String> headers, String name, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, Boolean readRecent, String remoteTimeout, Map<String,String> requiredMatchers, TLSConfig tlsConfig, String url)RemoteWriteSpec(Authorization authorization, AzureAD azureAd, BasicAuth basicAuth, String bearerToken, String bearerTokenFile, Boolean enableHTTP2, Boolean followRedirects, Map<String,String> headers, String messageVersion, MetadataConfig metadataConfig, String name, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, QueueConfig queueConfig, String remoteTimeout, Boolean roundRobinDNS, Boolean sendExemplars, Boolean sendNativeHistograms, Sigv4 sigv4, TLSConfig tlsConfig, String url, List<RelabelConfig> writeRelabelConfigs) -
Uses of OAuth2 in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return OAuth2 Modifier and Type Method Description OAuth2AzureSDConfigFluent. buildOauth2()OAuth2ConsulSDConfigFluent. buildOauth2()OAuth2DigitalOceanSDConfigFluent. buildOauth2()OAuth2DockerSDConfigFluent. buildOauth2()OAuth2DockerSwarmSDConfigFluent. buildOauth2()OAuth2EurekaSDConfigFluent. buildOauth2()OAuth2HetznerSDConfigFluent. buildOauth2()OAuth2HTTPConfigFluent. buildOauth2()OAuth2HTTPSDConfigFluent. buildOauth2()OAuth2IonosSDConfigFluent. buildOauth2()OAuth2KubernetesSDConfigFluent. buildOauth2()OAuth2KumaSDConfigFluent. buildOauth2()OAuth2LightSailSDConfigFluent. buildOauth2()OAuth2LinodeSDConfigFluent. buildOauth2()OAuth2NomadSDConfigFluent. buildOauth2()OAuth2PuppetDBSDConfigFluent. buildOauth2()OAuth2ScrapeConfigSpecFluent. buildOauth2()OAuth2AzureSDConfig. getOauth2()AzureSDConfig allow retrieving scrape targets from Azure VMs.OAuth2ConsulSDConfig. getOauth2()ConsulSDConfig defines a Consul service discovery configuration See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#consul_sd_configOAuth2DigitalOceanSDConfig. getOauth2()DigitalOceanSDConfig allow retrieving scrape targets from DigitalOcean's Droplets API.OAuth2DockerSDConfig. getOauth2()Docker SD configurations allow retrieving scrape targets from Docker Engine hosts.OAuth2DockerSwarmSDConfig. getOauth2()DockerSwarmSDConfig configurations allow retrieving scrape targets from Docker Swarm engine.OAuth2EurekaSDConfig. getOauth2()Eureka SD configurations allow retrieving scrape targets using the Eureka REST API.OAuth2HetznerSDConfig. getOauth2()HetznerSDConfig allow retrieving scrape targets from Hetzner Cloud API and Robot API.OAuth2HTTPConfig. getOauth2()HTTPConfig defines a client HTTP configuration.OAuth2HTTPSDConfig. getOauth2()HTTPSDConfig defines a prometheus HTTP service discovery configuration See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_configOAuth2IonosSDConfig. getOauth2()IonosSDConfig configurations allow retrieving scrape targets from IONOS resources.OAuth2KubernetesSDConfig. getOauth2()KubernetesSDConfig allows retrieving scrape targets from Kubernetes' REST API.OAuth2KumaSDConfig. getOauth2()KumaSDConfig allow retrieving scrape targets from Kuma's control plane.OAuth2LightSailSDConfig. getOauth2()LightSailSDConfig configurations allow retrieving scrape targets from AWS Lightsail instances.OAuth2LinodeSDConfig. getOauth2()LinodeSDConfig configurations allow retrieving scrape targets from Linode's Linode APIv4.OAuth2NomadSDConfig. getOauth2()NomadSDConfig configurations allow retrieving scrape targets from Nomad's Service API.OAuth2PuppetDBSDConfig. getOauth2()PuppetDBSDConfig configurations allow retrieving scrape targets from PuppetDB resources.OAuth2ScrapeConfigSpec. getOauth2()ScrapeConfigSpec is a specification of the desired configuration for a scrape configuration.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type OAuth2 Modifier and Type Method Description AzureSDConfigFluent.Oauth2Nested<A>AzureSDConfigFluent. editOrNewOauth2Like(OAuth2 item)ConsulSDConfigFluent.Oauth2Nested<A>ConsulSDConfigFluent. editOrNewOauth2Like(OAuth2 item)DigitalOceanSDConfigFluent.Oauth2Nested<A>DigitalOceanSDConfigFluent. editOrNewOauth2Like(OAuth2 item)DockerSDConfigFluent.Oauth2Nested<A>DockerSDConfigFluent. editOrNewOauth2Like(OAuth2 item)DockerSwarmSDConfigFluent.Oauth2Nested<A>DockerSwarmSDConfigFluent. editOrNewOauth2Like(OAuth2 item)EurekaSDConfigFluent.Oauth2Nested<A>EurekaSDConfigFluent. editOrNewOauth2Like(OAuth2 item)HetznerSDConfigFluent.Oauth2Nested<A>HetznerSDConfigFluent. editOrNewOauth2Like(OAuth2 item)HTTPConfigFluent.Oauth2Nested<A>HTTPConfigFluent. editOrNewOauth2Like(OAuth2 item)HTTPSDConfigFluent.Oauth2Nested<A>HTTPSDConfigFluent. editOrNewOauth2Like(OAuth2 item)IonosSDConfigFluent.Oauth2Nested<A>IonosSDConfigFluent. editOrNewOauth2Like(OAuth2 item)KubernetesSDConfigFluent.Oauth2Nested<A>KubernetesSDConfigFluent. editOrNewOauth2Like(OAuth2 item)KumaSDConfigFluent.Oauth2Nested<A>KumaSDConfigFluent. editOrNewOauth2Like(OAuth2 item)LightSailSDConfigFluent.Oauth2Nested<A>LightSailSDConfigFluent. editOrNewOauth2Like(OAuth2 item)LinodeSDConfigFluent.Oauth2Nested<A>LinodeSDConfigFluent. editOrNewOauth2Like(OAuth2 item)NomadSDConfigFluent.Oauth2Nested<A>NomadSDConfigFluent. editOrNewOauth2Like(OAuth2 item)PuppetDBSDConfigFluent.Oauth2Nested<A>PuppetDBSDConfigFluent. editOrNewOauth2Like(OAuth2 item)ScrapeConfigSpecFluent.Oauth2Nested<A>ScrapeConfigSpecFluent. editOrNewOauth2Like(OAuth2 item)voidAzureSDConfig. setOauth2(OAuth2 oauth2)AzureSDConfig allow retrieving scrape targets from Azure VMs.voidConsulSDConfig. setOauth2(OAuth2 oauth2)ConsulSDConfig defines a Consul service discovery configuration See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#consul_sd_configvoidDigitalOceanSDConfig. setOauth2(OAuth2 oauth2)DigitalOceanSDConfig allow retrieving scrape targets from DigitalOcean's Droplets API.voidDockerSDConfig. setOauth2(OAuth2 oauth2)Docker SD configurations allow retrieving scrape targets from Docker Engine hosts.voidDockerSwarmSDConfig. setOauth2(OAuth2 oauth2)DockerSwarmSDConfig configurations allow retrieving scrape targets from Docker Swarm engine.voidEurekaSDConfig. setOauth2(OAuth2 oauth2)Eureka SD configurations allow retrieving scrape targets using the Eureka REST API.voidHetznerSDConfig. setOauth2(OAuth2 oauth2)HetznerSDConfig allow retrieving scrape targets from Hetzner Cloud API and Robot API.voidHTTPConfig. setOauth2(OAuth2 oauth2)HTTPConfig defines a client HTTP configuration.voidHTTPSDConfig. setOauth2(OAuth2 oauth2)HTTPSDConfig defines a prometheus HTTP service discovery configuration See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_configvoidIonosSDConfig. setOauth2(OAuth2 oauth2)IonosSDConfig configurations allow retrieving scrape targets from IONOS resources.voidKubernetesSDConfig. setOauth2(OAuth2 oauth2)KubernetesSDConfig allows retrieving scrape targets from Kubernetes' REST API.voidKumaSDConfig. setOauth2(OAuth2 oauth2)KumaSDConfig allow retrieving scrape targets from Kuma's control plane.voidLightSailSDConfig. setOauth2(OAuth2 oauth2)LightSailSDConfig configurations allow retrieving scrape targets from AWS Lightsail instances.voidLinodeSDConfig. setOauth2(OAuth2 oauth2)LinodeSDConfig configurations allow retrieving scrape targets from Linode's Linode APIv4.voidNomadSDConfig. setOauth2(OAuth2 oauth2)NomadSDConfig configurations allow retrieving scrape targets from Nomad's Service API.voidPuppetDBSDConfig. setOauth2(OAuth2 oauth2)PuppetDBSDConfig configurations allow retrieving scrape targets from PuppetDB resources.voidScrapeConfigSpec. setOauth2(OAuth2 oauth2)ScrapeConfigSpec is a specification of the desired configuration for a scrape configuration.AzureSDConfigFluent.Oauth2Nested<A>AzureSDConfigFluent. withNewOauth2Like(OAuth2 item)ConsulSDConfigFluent.Oauth2Nested<A>ConsulSDConfigFluent. withNewOauth2Like(OAuth2 item)DigitalOceanSDConfigFluent.Oauth2Nested<A>DigitalOceanSDConfigFluent. withNewOauth2Like(OAuth2 item)DockerSDConfigFluent.Oauth2Nested<A>DockerSDConfigFluent. withNewOauth2Like(OAuth2 item)DockerSwarmSDConfigFluent.Oauth2Nested<A>DockerSwarmSDConfigFluent. withNewOauth2Like(OAuth2 item)EurekaSDConfigFluent.Oauth2Nested<A>EurekaSDConfigFluent. withNewOauth2Like(OAuth2 item)HetznerSDConfigFluent.Oauth2Nested<A>HetznerSDConfigFluent. withNewOauth2Like(OAuth2 item)HTTPConfigFluent.Oauth2Nested<A>HTTPConfigFluent. withNewOauth2Like(OAuth2 item)HTTPSDConfigFluent.Oauth2Nested<A>HTTPSDConfigFluent. withNewOauth2Like(OAuth2 item)IonosSDConfigFluent.Oauth2Nested<A>IonosSDConfigFluent. withNewOauth2Like(OAuth2 item)KubernetesSDConfigFluent.Oauth2Nested<A>KubernetesSDConfigFluent. withNewOauth2Like(OAuth2 item)KumaSDConfigFluent.Oauth2Nested<A>KumaSDConfigFluent. withNewOauth2Like(OAuth2 item)LightSailSDConfigFluent.Oauth2Nested<A>LightSailSDConfigFluent. withNewOauth2Like(OAuth2 item)LinodeSDConfigFluent.Oauth2Nested<A>LinodeSDConfigFluent. withNewOauth2Like(OAuth2 item)NomadSDConfigFluent.Oauth2Nested<A>NomadSDConfigFluent. withNewOauth2Like(OAuth2 item)PuppetDBSDConfigFluent.Oauth2Nested<A>PuppetDBSDConfigFluent. withNewOauth2Like(OAuth2 item)ScrapeConfigSpecFluent.Oauth2Nested<A>ScrapeConfigSpecFluent. withNewOauth2Like(OAuth2 item)AAzureSDConfigFluent. withOauth2(OAuth2 oauth2)AConsulSDConfigFluent. withOauth2(OAuth2 oauth2)ADigitalOceanSDConfigFluent. withOauth2(OAuth2 oauth2)ADockerSDConfigFluent. withOauth2(OAuth2 oauth2)ADockerSwarmSDConfigFluent. withOauth2(OAuth2 oauth2)AEurekaSDConfigFluent. withOauth2(OAuth2 oauth2)AHetznerSDConfigFluent. withOauth2(OAuth2 oauth2)AHTTPConfigFluent. withOauth2(OAuth2 oauth2)AHTTPSDConfigFluent. withOauth2(OAuth2 oauth2)AIonosSDConfigFluent. withOauth2(OAuth2 oauth2)AKubernetesSDConfigFluent. withOauth2(OAuth2 oauth2)AKumaSDConfigFluent. withOauth2(OAuth2 oauth2)ALightSailSDConfigFluent. withOauth2(OAuth2 oauth2)ALinodeSDConfigFluent. withOauth2(OAuth2 oauth2)ANomadSDConfigFluent. withOauth2(OAuth2 oauth2)APuppetDBSDConfigFluent. withOauth2(OAuth2 oauth2)AScrapeConfigSpecFluent. withOauth2(OAuth2 oauth2)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type OAuth2 Constructor Description AzureSDConfig(String authenticationMethod, SafeAuthorization authorization, BasicAuth basicAuth, String clientID, io.fabric8.kubernetes.api.model.SecretKeySelector clientSecret, Boolean enableHTTP2, String environment, Boolean followRedirects, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String resourceGroup, String subscriptionID, String tenantID, SafeTLSConfig tlsConfig)ConsulSDConfig(Boolean allowStale, SafeAuthorization authorization, BasicAuth basicAuth, String datacenter, Boolean enableHTTP2, String filter, Boolean followRedirects, String namespace, String noProxy, Map<String,String> nodeMeta, OAuth2 oauth2, String partition, String pathPrefix, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String scheme, String server, List<String> services, String tagSeparator, List<String> tags, SafeTLSConfig tlsConfig, io.fabric8.kubernetes.api.model.SecretKeySelector tokenRef)DigitalOceanSDConfig(SafeAuthorization authorization, Boolean enableHTTP2, Boolean followRedirects, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, SafeTLSConfig tlsConfig)DockerSDConfig(SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, List<Filter> filters, Boolean followRedirects, String host, String hostNetworkingHost, Boolean matchFirstNetwork, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, SafeTLSConfig tlsConfig)DockerSwarmSDConfig(SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, List<Filter> filters, Boolean followRedirects, String host, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String role, SafeTLSConfig tlsConfig)EurekaSDConfig(SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, Boolean followRedirects, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String server, SafeTLSConfig tlsConfig)HetznerSDConfig(SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, Boolean followRedirects, String labelSelector, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String role, SafeTLSConfig tlsConfig)HTTPConfig(SafeAuthorization authorization, BasicAuth basicAuth, io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret, Boolean followRedirects, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyURL, String proxyUrl, SafeTLSConfig tlsConfig)HTTPSDConfig(SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, Boolean followRedirects, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, SafeTLSConfig tlsConfig, String url)IonosSDConfig(SafeAuthorization authorization, String datacenterID, Boolean enableHTTP2, Boolean followRedirects, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, SafeTLSConfig tlsConfig)KubernetesSDConfig(String apiServer, AttachMetadata attachMetadata, SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, Boolean followRedirects, NamespaceDiscovery namespaces, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String role, List<K8SSelectorConfig> selectors, SafeTLSConfig tlsConfig)KumaSDConfig(SafeAuthorization authorization, BasicAuth basicAuth, String clientID, Boolean enableHTTP2, String fetchTimeout, Boolean followRedirects, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String server, SafeTLSConfig tlsConfig)LightSailSDConfig(io.fabric8.kubernetes.api.model.SecretKeySelector accessKey, SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, String endpoint, Boolean followRedirects, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String region, String roleARN, io.fabric8.kubernetes.api.model.SecretKeySelector secretKey, SafeTLSConfig tlsConfig)LinodeSDConfig(SafeAuthorization authorization, Boolean enableHTTP2, Boolean followRedirects, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String region, String tagSeparator, SafeTLSConfig tlsConfig)NomadSDConfig(Boolean allowStale, SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, Boolean followRedirects, String namespace, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String refreshInterval, String region, String server, String tagSeparator, SafeTLSConfig tlsConfig)PuppetDBSDConfig(SafeAuthorization authorization, BasicAuth basicAuth, Boolean enableHTTP2, Boolean followRedirects, Boolean includeParameters, String noProxy, OAuth2 oauth2, Integer port, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, String query, String refreshInterval, SafeTLSConfig tlsConfig, String url)ScrapeConfigSpec(SafeAuthorization authorization, List<AzureSDConfig> azureSDConfigs, BasicAuth basicAuth, List<ConsulSDConfig> consulSDConfigs, Boolean convertClassicHistogramsToNHCB, List<DigitalOceanSDConfig> digitalOceanSDConfigs, List<DNSSDConfig> dnsSDConfigs, List<DockerSDConfig> dockerSDConfigs, List<DockerSwarmSDConfig> dockerSwarmSDConfigs, List<EC2SDConfig> ec2SDConfigs, Boolean enableCompression, Boolean enableHTTP2, List<EurekaSDConfig> eurekaSDConfigs, String fallbackScrapeProtocol, List<FileSDConfig> fileSDConfigs, List<GCESDConfig> gceSDConfigs, List<HetznerSDConfig> hetznerSDConfigs, Boolean honorLabels, Boolean honorTimestamps, List<HTTPSDConfig> httpSDConfigs, List<IonosSDConfig> ionosSDConfigs, String jobName, Long keepDroppedTargets, List<KubernetesSDConfig> kubernetesSDConfigs, List<KumaSDConfig> kumaSDConfigs, Long labelLimit, Long labelNameLengthLimit, Long labelValueLengthLimit, List<LightSailSDConfig> lightSailSDConfigs, List<LinodeSDConfig> linodeSDConfigs, List<RelabelConfig> metricRelabelings, String metricsPath, String nameEscapingScheme, String nameValidationScheme, Long nativeHistogramBucketLimit, io.fabric8.kubernetes.api.model.Quantity nativeHistogramMinBucketFactor, String noProxy, List<NomadSDConfig> nomadSDConfigs, OAuth2 oauth2, List<OpenStackSDConfig> openstackSDConfigs, List<OVHCloudSDConfig> ovhcloudSDConfigs, Map<String,List<String>> params, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyUrl, List<PuppetDBSDConfig> puppetDBSDConfigs, List<RelabelConfig> relabelings, Long sampleLimit, List<ScalewaySDConfig> scalewaySDConfigs, String scheme, String scrapeClass, Boolean scrapeClassicHistograms, String scrapeInterval, List<String> scrapeProtocols, String scrapeTimeout, List<StaticConfig> staticConfigs, Long targetLimit, SafeTLSConfig tlsConfig, Boolean trackTimestampsStaleness) -
Uses of OAuth2 in io.fabric8.openshift.api.model.monitoring.v1beta1
Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return OAuth2 Modifier and Type Method Description OAuth2HTTPConfigFluent. buildOauth2()OAuth2HTTPConfig. getOauth2()HTTPConfig defines a client HTTP configuration.Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type OAuth2 Modifier and Type Method Description HTTPConfigFluent.Oauth2Nested<A>HTTPConfigFluent. editOrNewOauth2Like(OAuth2 item)voidHTTPConfig. setOauth2(OAuth2 oauth2)HTTPConfig defines a client HTTP configuration.HTTPConfigFluent.Oauth2Nested<A>HTTPConfigFluent. withNewOauth2Like(OAuth2 item)AHTTPConfigFluent. withOauth2(OAuth2 oauth2)Constructors in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type OAuth2 Constructor Description HTTPConfig(SafeAuthorization authorization, BasicAuth basicAuth, io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret, Boolean followRedirects, String noProxy, OAuth2 oauth2, Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader, Boolean proxyFromEnvironment, String proxyURL, String proxyUrl, SafeTLSConfig tlsConfig)
-