| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
TLSSettingsMode |
TLSSettingsFluentImpl.getMode() |
TLSSettingsMode |
TLSSettingsFluent.getMode() |
TLSSettingsMode |
TLSSettings.getMode() |
static TLSSettingsMode |
TLSSettingsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TLSSettingsMode[] |
TLSSettingsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSSettings.setMode(TLSSettingsMode mode) |
A |
TLSSettingsFluentImpl.withMode(TLSSettingsMode mode) |
A |
TLSSettingsFluent.withMode(TLSSettingsMode mode) |
| Constructor and Description |
|---|
TLSSettings(String caCertificates,
String clientCertificate,
TLSSettingsMode mode,
String privateKey,
String sni,
List<String> subjectAltNames) |
Copyright © 2017–2018 Red Hat. All rights reserved.