| Package | Description |
|---|---|
| me.snowdrop.istio.api.mesh.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InboundInterceptionMode |
ProxyConfigFluentImpl.getInterceptionMode() |
InboundInterceptionMode |
ProxyConfigFluent.getInterceptionMode() |
InboundInterceptionMode |
ProxyConfig.getInterceptionMode() |
static InboundInterceptionMode |
InboundInterceptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboundInterceptionMode[] |
InboundInterceptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyConfig.setInterceptionMode(InboundInterceptionMode interceptionMode) |
A |
ProxyConfigFluentImpl.withInterceptionMode(InboundInterceptionMode interceptionMode) |
A |
ProxyConfigFluent.withInterceptionMode(InboundInterceptionMode interceptionMode) |
| Constructor and Description |
|---|
ProxyConfig(String availabilityZone,
String binaryPath,
Integer concurrency,
String configPath,
Duration connectTimeout,
AuthenticationPolicy controlPlaneAuthPolicy,
String customConfigFile,
String discoveryAddress,
Duration discoveryRefreshDelay,
Duration drainDuration,
InboundInterceptionMode interceptionMode,
Duration parentShutdownDuration,
Integer proxyAdminPort,
String proxyBootstrapTemplatePath,
String serviceCluster,
Integer statNameLength,
String statsdUdpAddress,
String zipkinAddress) |
Copyright © 2017–2018 Red Hat. All rights reserved.