| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
ServerTLSSettings |
ServerTLSSettingsBuilder.build() |
ServerTLSSettings |
IstioIngressListenerFluent.buildTls() |
ServerTLSSettings |
ServerFluent.buildTls() |
ServerTLSSettings |
Server.getTls() |
ServerTLSSettings |
IstioIngressListener.getTls() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerTLSSettingsFluent.copyInstance(ServerTLSSettings instance) |
IstioIngressListenerFluent.TlsNested<A> |
IstioIngressListenerFluent.editOrNewTlsLike(ServerTLSSettings item) |
ServerFluent.TlsNested<A> |
ServerFluent.editOrNewTlsLike(ServerTLSSettings item) |
void |
Server.setTls(ServerTLSSettings tls) |
void |
IstioIngressListener.setTls(ServerTLSSettings tls) |
IstioIngressListenerFluent.TlsNested<A> |
IstioIngressListenerFluent.withNewTlsLike(ServerTLSSettings item) |
ServerFluent.TlsNested<A> |
ServerFluent.withNewTlsLike(ServerTLSSettings item) |
A |
IstioIngressListenerFluent.withTls(ServerTLSSettings tls) |
A |
ServerFluent.withTls(ServerTLSSettings tls) |
| Constructor and Description |
|---|
IstioIngressListener(String bind,
CaptureMode captureMode,
ConnectionPoolSettings connectionPool,
String defaultEndpoint,
SidecarPort port,
ServerTLSSettings tls) |
Server(String bind,
String defaultEndpoint,
List<String> hosts,
String name,
Port port,
ServerTLSSettings tls) |
ServerTLSSettingsBuilder(ServerTLSSettings instance) |
ServerTLSSettingsBuilder(ServerTLSSettingsFluent<?> fluent,
ServerTLSSettings instance) |
ServerTLSSettingsFluent(ServerTLSSettings instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.