| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
BasicAuth |
BasicAuthBuilder.build() |
BasicAuth |
RemoteWriteSpecFluentImpl.buildBasicAuth() |
BasicAuth |
RemoteReadSpecFluent.buildBasicAuth() |
BasicAuth |
APIServerConfigFluent.buildBasicAuth() |
BasicAuth |
RemoteWriteSpecFluent.buildBasicAuth() |
BasicAuth |
EndpointFluentImpl.buildBasicAuth() |
BasicAuth |
EndpointFluent.buildBasicAuth() |
BasicAuth |
RemoteReadSpecFluentImpl.buildBasicAuth() |
BasicAuth |
APIServerConfigFluentImpl.buildBasicAuth() |
BasicAuth |
RemoteWriteSpecFluentImpl.getBasicAuth()
Deprecated.
|
BasicAuth |
RemoteReadSpecFluent.getBasicAuth()
Deprecated.
|
BasicAuth |
APIServerConfigFluent.getBasicAuth()
Deprecated.
|
BasicAuth |
RemoteWriteSpecFluent.getBasicAuth()
Deprecated.
|
BasicAuth |
EndpointFluentImpl.getBasicAuth()
Deprecated.
|
BasicAuth |
EndpointFluent.getBasicAuth()
Deprecated.
|
BasicAuth |
RemoteReadSpecFluentImpl.getBasicAuth()
Deprecated.
|
BasicAuth |
APIServerConfigFluentImpl.getBasicAuth()
Deprecated.
|
BasicAuth |
RemoteReadSpec.getBasicAuth() |
BasicAuth |
APIServerConfig.getBasicAuth() |
BasicAuth |
RemoteWriteSpec.getBasicAuth() |
BasicAuth |
Endpoint.getBasicAuth() |
| Constructor and Description |
|---|
APIServerConfig(BasicAuth basicAuth,
String bearerToken,
String bearerTokenFile,
String host,
TLSConfig tlsConfig) |
BasicAuthBuilder(BasicAuth instance) |
BasicAuthBuilder(BasicAuth instance,
Boolean validationEnabled) |
BasicAuthBuilder(BasicAuthFluent<?> fluent,
BasicAuth instance) |
BasicAuthBuilder(BasicAuthFluent<?> fluent,
BasicAuth instance,
Boolean validationEnabled) |
BasicAuthFluentImpl(BasicAuth instance) |
Endpoint(BasicAuth basicAuth,
String bearerTokenFile,
io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret,
Boolean honorLabels,
Boolean honorTimestamps,
String interval,
List<RelabelConfig> metricRelabelings,
Map<String,ArrayList<String>> params,
String path,
String port,
String proxyUrl,
List<RelabelConfig> relabelings,
String scheme,
String scrapeTimeout,
io.fabric8.kubernetes.api.model.IntOrString targetPort,
TLSConfig tlsConfig) |
RemoteReadSpec(BasicAuth basicAuth,
String bearerToken,
String bearerTokenFile,
String name,
String proxyUrl,
Boolean readRecent,
String remoteTimeout,
Map<String,String> requiredMatchers,
TLSConfig tlsConfig,
String url) |
RemoteWriteSpec(BasicAuth basicAuth,
String bearerToken,
String bearerTokenFile,
String name,
String proxyUrl,
QueueConfig queueConfig,
String remoteTimeout,
TLSConfig tlsConfig,
String url,
List<RelabelConfig> writeRelabelConfigs) |
Copyright © 2015–2020 Red Hat. All rights reserved.