public static interface SidecarOuterClass.IstioIngressListenerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBind()
The IP to which the listener should be bound.
|
com.google.protobuf.ByteString |
getBindBytes()
The IP to which the listener should be bound.
|
SidecarOuterClass.CaptureMode |
getCaptureMode()
The captureMode option dictates how traffic to the listener is
expected to be captured (or not).
|
int |
getCaptureModeValue()
The captureMode option dictates how traffic to the listener is
expected to be captured (or not).
|
String |
getDefaultEndpoint()
The IP endpoint or Unix domain socket to which
traffic should be forwarded to.
|
com.google.protobuf.ByteString |
getDefaultEndpointBytes()
The IP endpoint or Unix domain socket to which
traffic should be forwarded to.
|
GatewayOuterClass.Port |
getPort()
The port associated with the listener.
|
GatewayOuterClass.PortOrBuilder |
getPortOrBuilder()
The port associated with the listener.
|
boolean |
hasPort()
The port associated with the listener.
|
boolean hasPort()
The port associated with the listener.
.istio.networking.v1alpha3.Port port = 1 [(.google.api.field_behavior) = REQUIRED];GatewayOuterClass.Port getPort()
The port associated with the listener.
.istio.networking.v1alpha3.Port port = 1 [(.google.api.field_behavior) = REQUIRED];GatewayOuterClass.PortOrBuilder getPortOrBuilder()
The port associated with the listener.
.istio.networking.v1alpha3.Port port = 1 [(.google.api.field_behavior) = REQUIRED];String getBind()
The IP to which the listener should be bound. Must be in the format `x.x.x.x`. Unix domain socket addresses are not allowed in the bind field for ingress listeners. If omitted, Istio will automatically configure the defaults based on imported services and the workload instances to which this configuration is applied to.
string bind = 2;com.google.protobuf.ByteString getBindBytes()
The IP to which the listener should be bound. Must be in the format `x.x.x.x`. Unix domain socket addresses are not allowed in the bind field for ingress listeners. If omitted, Istio will automatically configure the defaults based on imported services and the workload instances to which this configuration is applied to.
string bind = 2;int getCaptureModeValue()
The captureMode option dictates how traffic to the listener is expected to be captured (or not).
.istio.networking.v1alpha3.CaptureMode capture_mode = 3;SidecarOuterClass.CaptureMode getCaptureMode()
The captureMode option dictates how traffic to the listener is expected to be captured (or not).
.istio.networking.v1alpha3.CaptureMode capture_mode = 3;String getDefaultEndpoint()
The IP endpoint or Unix domain socket to which traffic should be forwarded to. This configuration can be used to redirect traffic arriving at the bind `IP:Port` on the sidecar to a `localhost:port` or Unix domain socket where the application workload instance is listening for connections. Arbitrary IPs are not supported. Format should be one of `127.0.0.1:PORT`, `0.0.0.0:PORT` (which will forward to the instance IP), or `unix:///path/to/socket`
string default_endpoint = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDefaultEndpointBytes()
The IP endpoint or Unix domain socket to which traffic should be forwarded to. This configuration can be used to redirect traffic arriving at the bind `IP:Port` on the sidecar to a `localhost:port` or Unix domain socket where the application workload instance is listening for connections. Arbitrary IPs are not supported. Format should be one of `127.0.0.1:PORT`, `0.0.0.0:PORT` (which will forward to the instance IP), or `unix:///path/to/socket`
string default_endpoint = 4 [(.google.api.field_behavior) = REQUIRED];Copyright © 2018–2023 Alibaba Group. All rights reserved.