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