| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
ServerTLSSettings |
ServerTLSSettingsBuilder.build() |
ServerTLSSettings |
ServerFluent.buildTls() |
ServerTLSSettings |
Server.getTls() |
| Modifier and Type | Method and Description |
|---|---|
ServerFluent.TlsNested<A> |
ServerFluent.editOrNewTlsLike(ServerTLSSettings item) |
void |
Server.setTls(ServerTLSSettings tls) |
ServerFluent.TlsNested<A> |
ServerFluent.withNewTlsLike(ServerTLSSettings item) |
A |
ServerFluent.withTls(ServerTLSSettings tls) |
| Constructor and Description |
|---|
Server(String bind,
String defaultEndpoint,
List<String> hosts,
String name,
Port port,
ServerTLSSettings tls) |
ServerTLSSettingsBuilder(ServerTLSSettings instance) |
ServerTLSSettingsBuilder(ServerTLSSettings instance,
Boolean validationEnabled) |
ServerTLSSettingsBuilder(ServerTLSSettingsFluent<?> fluent,
ServerTLSSettings instance) |
ServerTLSSettingsBuilder(ServerTLSSettingsFluent<?> fluent,
ServerTLSSettings instance,
Boolean validationEnabled) |
ServerTLSSettingsFluent(ServerTLSSettings instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.