| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
static CaptureMode |
CaptureMode.fromValue(Object value) |
CaptureMode |
IstioIngressListenerFluent.getCaptureMode() |
CaptureMode |
IstioEgressListenerFluent.getCaptureMode() |
CaptureMode |
IstioIngressListener.getCaptureMode() |
CaptureMode |
IstioEgressListener.getCaptureMode() |
static CaptureMode |
CaptureMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptureMode[] |
CaptureMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IstioIngressListener.setCaptureMode(CaptureMode captureMode) |
void |
IstioEgressListener.setCaptureMode(CaptureMode captureMode) |
A |
IstioIngressListenerFluent.withCaptureMode(CaptureMode captureMode) |
A |
IstioEgressListenerFluent.withCaptureMode(CaptureMode captureMode) |
| Constructor and Description |
|---|
IstioEgressListener(String bind,
CaptureMode captureMode,
List<String> hosts,
Port port) |
IstioIngressListener(String bind,
CaptureMode captureMode,
String defaultEndpoint,
Port port) |
Copyright © 2015–2023 Red Hat. All rights reserved.