| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 | |
| io.fabric8.openshift.api.model.monitoring.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
SafeTLSConfig |
SafeTLSConfigBuilder.build() |
SafeTLSConfig |
HTTPConfigFluent.buildTlsConfig() |
SafeTLSConfig |
HTTPConfig.getTlsConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SafeTLSConfigFluent.copyInstance(SafeTLSConfig instance) |
HTTPConfigFluent.TlsConfigNested<A> |
HTTPConfigFluent.editOrNewTlsConfigLike(SafeTLSConfig item) |
void |
HTTPConfig.setTlsConfig(SafeTLSConfig tlsConfig) |
HTTPConfigFluent.TlsConfigNested<A> |
HTTPConfigFluent.withNewTlsConfigLike(SafeTLSConfig item) |
A |
HTTPConfigFluent.withTlsConfig(SafeTLSConfig tlsConfig) |
| Constructor and Description |
|---|
HTTPConfig(SafeAuthorization authorization,
BasicAuth basicAuth,
io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret,
Boolean followRedirects,
OAuth2 oauth2,
String proxyURL,
SafeTLSConfig tlsConfig) |
SafeTLSConfigBuilder(SafeTLSConfig instance) |
SafeTLSConfigBuilder(SafeTLSConfigFluent<?> fluent,
SafeTLSConfig instance) |
SafeTLSConfigFluent(SafeTLSConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
SafeTLSConfig |
HTTPConfigFluent.buildTlsConfig() |
SafeTLSConfig |
EmailConfigFluent.buildTlsConfig() |
SafeTLSConfig |
HTTPConfig.getTlsConfig() |
SafeTLSConfig |
EmailConfig.getTlsConfig() |
| Modifier and Type | Method and Description |
|---|---|
HTTPConfigFluent.TlsConfigNested<A> |
HTTPConfigFluent.editOrNewTlsConfigLike(SafeTLSConfig item) |
EmailConfigFluent.TlsConfigNested<A> |
EmailConfigFluent.editOrNewTlsConfigLike(SafeTLSConfig item) |
void |
HTTPConfig.setTlsConfig(SafeTLSConfig tlsConfig) |
void |
EmailConfig.setTlsConfig(SafeTLSConfig tlsConfig) |
HTTPConfigFluent.TlsConfigNested<A> |
HTTPConfigFluent.withNewTlsConfigLike(SafeTLSConfig item) |
EmailConfigFluent.TlsConfigNested<A> |
EmailConfigFluent.withNewTlsConfigLike(SafeTLSConfig item) |
A |
HTTPConfigFluent.withTlsConfig(SafeTLSConfig tlsConfig) |
A |
EmailConfigFluent.withTlsConfig(SafeTLSConfig tlsConfig) |
| Constructor and Description |
|---|
EmailConfig(String authIdentity,
io.fabric8.kubernetes.api.model.SecretKeySelector authPassword,
io.fabric8.kubernetes.api.model.SecretKeySelector authSecret,
String authUsername,
String from,
List<KeyValue> headers,
String hello,
String html,
Boolean requireTLS,
Boolean sendResolved,
String smarthost,
String text,
SafeTLSConfig tlsConfig,
String to) |
HTTPConfig(SafeAuthorization authorization,
BasicAuth basicAuth,
io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret,
Boolean followRedirects,
OAuth2 oauth2,
String proxyURL,
SafeTLSConfig tlsConfig) |
Copyright © 2015–2024 Red Hat. All rights reserved.