接口 SidecarOuterClass.OutboundTrafficPolicyOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      VirtualServiceOuterClass.Destination getEgressProxy()
      Specifies the details of the egress proxy to which unknown traffic should be forwarded to from the sidecar.
      VirtualServiceOuterClass.DestinationOrBuilder getEgressProxyOrBuilder()
      Specifies the details of the egress proxy to which unknown traffic should be forwarded to from the sidecar.
      SidecarOuterClass.OutboundTrafficPolicy.Mode getMode()
      .istio.networking.v1alpha3.OutboundTrafficPolicy.Mode mode = 1;
      int getModeValue()
      .istio.networking.v1alpha3.OutboundTrafficPolicy.Mode mode = 1;
      boolean hasEgressProxy()
      Specifies the details of the egress proxy to which unknown traffic should be forwarded to from the sidecar.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getModeValue

        int getModeValue()
        .istio.networking.v1alpha3.OutboundTrafficPolicy.Mode mode = 1;
        返回:
        The enum numeric value on the wire for mode.
      • hasEgressProxy

        boolean hasEgressProxy()
         Specifies the details of the egress proxy to which unknown
         traffic should be forwarded to from the sidecar. Valid only if
         the mode is set to ALLOW_ANY. If not specified when the mode is
         ALLOW_ANY, the sidecar will send the unknown traffic directly to
         the IP requested by the application.
         ** NOTE 1**: The specified egress host must be imported in the
         egress section for the traffic forwarding to work.
         ** NOTE 2**: An Envoy based egress gateway is unlikely to be able
         to handle plain text TCP connections forwarded from the sidecar.
         Envoy's dynamic forward proxy can handle only HTTP and TLS
         connections.
         $hide_from_docs
         
        .istio.networking.v1alpha3.Destination egress_proxy = 2;
        返回:
        Whether the egressProxy field is set.
      • getEgressProxy

        VirtualServiceOuterClass.Destination getEgressProxy()
         Specifies the details of the egress proxy to which unknown
         traffic should be forwarded to from the sidecar. Valid only if
         the mode is set to ALLOW_ANY. If not specified when the mode is
         ALLOW_ANY, the sidecar will send the unknown traffic directly to
         the IP requested by the application.
         ** NOTE 1**: The specified egress host must be imported in the
         egress section for the traffic forwarding to work.
         ** NOTE 2**: An Envoy based egress gateway is unlikely to be able
         to handle plain text TCP connections forwarded from the sidecar.
         Envoy's dynamic forward proxy can handle only HTTP and TLS
         connections.
         $hide_from_docs
         
        .istio.networking.v1alpha3.Destination egress_proxy = 2;
        返回:
        The egressProxy.
      • getEgressProxyOrBuilder

        VirtualServiceOuterClass.DestinationOrBuilder getEgressProxyOrBuilder()
         Specifies the details of the egress proxy to which unknown
         traffic should be forwarded to from the sidecar. Valid only if
         the mode is set to ALLOW_ANY. If not specified when the mode is
         ALLOW_ANY, the sidecar will send the unknown traffic directly to
         the IP requested by the application.
         ** NOTE 1**: The specified egress host must be imported in the
         egress section for the traffic forwarding to work.
         ** NOTE 2**: An Envoy based egress gateway is unlikely to be able
         to handle plain text TCP connections forwarded from the sidecar.
         Envoy's dynamic forward proxy can handle only HTTP and TLS
         connections.
         $hide_from_docs
         
        .istio.networking.v1alpha3.Destination egress_proxy = 2;