类 SidecarOuterClass.IstioEgressListener

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
istio.networking.v1alpha3.SidecarOuterClass.IstioEgressListener
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SidecarOuterClass.IstioEgressListenerOrBuilder, Serializable
封闭类:
SidecarOuterClass

public static final class SidecarOuterClass.IstioEgressListener extends com.google.protobuf.GeneratedMessageV3 implements SidecarOuterClass.IstioEgressListenerOrBuilder
 `IstioEgressListener` specifies the properties of an outbound traffic
 listener on the sidecar proxy attached to a workload instance.
 
Protobuf type istio.networking.v1alpha3.IstioEgressListener
另请参阅:
  • 字段详细资料

    • PORT_FIELD_NUMBER

      public static final int PORT_FIELD_NUMBER
      另请参阅:
    • BIND_FIELD_NUMBER

      public static final int BIND_FIELD_NUMBER
      另请参阅:
    • CAPTURE_MODE_FIELD_NUMBER

      public static final int CAPTURE_MODE_FIELD_NUMBER
      另请参阅:
    • HOSTS_FIELD_NUMBER

      public static final int HOSTS_FIELD_NUMBER
      另请参阅:
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • hasPort

      public boolean hasPort()
       The port associated with the listener. If using Unix domain socket,
       use 0 as the port number, with a valid protocol. The port if
       specified, will be used as the default destination port associated
       with the imported hosts. If the port is omitted, Istio will infer the
       listener ports based on the imported hosts. Note that when multiple
       egress listeners are specified, where one or more listeners have
       specific ports while others have no port, the hosts exposed on a
       listener port will be based on the listener with the most specific
       port.
       
      .istio.networking.v1alpha3.Port port = 1;
      指定者:
      hasPort 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      返回:
      Whether the port field is set.
    • getPort

      public GatewayOuterClass.Port getPort()
       The port associated with the listener. If using Unix domain socket,
       use 0 as the port number, with a valid protocol. The port if
       specified, will be used as the default destination port associated
       with the imported hosts. If the port is omitted, Istio will infer the
       listener ports based on the imported hosts. Note that when multiple
       egress listeners are specified, where one or more listeners have
       specific ports while others have no port, the hosts exposed on a
       listener port will be based on the listener with the most specific
       port.
       
      .istio.networking.v1alpha3.Port port = 1;
      指定者:
      getPort 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      返回:
      The port.
    • getPortOrBuilder

      public GatewayOuterClass.PortOrBuilder getPortOrBuilder()
       The port associated with the listener. If using Unix domain socket,
       use 0 as the port number, with a valid protocol. The port if
       specified, will be used as the default destination port associated
       with the imported hosts. If the port is omitted, Istio will infer the
       listener ports based on the imported hosts. Note that when multiple
       egress listeners are specified, where one or more listeners have
       specific ports while others have no port, the hosts exposed on a
       listener port will be based on the listener with the most specific
       port.
       
      .istio.networking.v1alpha3.Port port = 1;
      指定者:
      getPortOrBuilder 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
    • getBind

      public String getBind()
       The IP or the Unix domain socket to which the listener should be bound
       to. Port MUST be specified if bind is not empty. Format: `x.x.x.x` or
       `unix:///path/to/uds` or `unix://@foobar` (Linux abstract namespace). If
       omitted, Istio will automatically configure the defaults based on imported
       services, the workload instances to which this configuration is applied to and
       the captureMode. If captureMode is `NONE`, bind will default to
       127.0.0.1.
       
      string bind = 2;
      指定者:
      getBind 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      返回:
      The bind.
    • getBindBytes

      public com.google.protobuf.ByteString getBindBytes()
       The IP or the Unix domain socket to which the listener should be bound
       to. Port MUST be specified if bind is not empty. Format: `x.x.x.x` or
       `unix:///path/to/uds` or `unix://@foobar` (Linux abstract namespace). If
       omitted, Istio will automatically configure the defaults based on imported
       services, the workload instances to which this configuration is applied to and
       the captureMode. If captureMode is `NONE`, bind will default to
       127.0.0.1.
       
      string bind = 2;
      指定者:
      getBindBytes 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      返回:
      The bytes for bind.
    • getCaptureModeValue

      public int getCaptureModeValue()
       When the bind address is an IP, the captureMode option dictates
       how traffic to the listener is expected to be captured (or not).
       captureMode must be DEFAULT or `NONE` for Unix domain socket binds.
       
      .istio.networking.v1alpha3.CaptureMode capture_mode = 3;
      指定者:
      getCaptureModeValue 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      返回:
      The enum numeric value on the wire for captureMode.
    • getCaptureMode

      public SidecarOuterClass.CaptureMode getCaptureMode()
       When the bind address is an IP, the captureMode option dictates
       how traffic to the listener is expected to be captured (or not).
       captureMode must be DEFAULT or `NONE` for Unix domain socket binds.
       
      .istio.networking.v1alpha3.CaptureMode capture_mode = 3;
      指定者:
      getCaptureMode 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      返回:
      The captureMode.
    • getHostsList

      public com.google.protobuf.ProtocolStringList getHostsList()
       One or more service hosts exposed by the listener
       in `namespace/dnsName` format. Services in the specified namespace
       matching `dnsName` will be exposed.
       The corresponding service can be a service in the service registry
       (e.g., a Kubernetes or cloud foundry service) or a service specified
       using a `ServiceEntry` or `VirtualService` configuration. Any
       associated `DestinationRule` in the same namespace will also be used.
      
       The `dnsName` should be specified using FQDN format, optionally including
       a wildcard character in the left-most component (e.g., `prod/*.example.com`).
       Set the `dnsName` to `*` to select all services from the specified namespace
       (e.g., `prod/*`).
      
       The `namespace` can be set to `*`, `.`, or `~`, representing any, the current,
       or no namespace, respectively. For example, `*/foo.example.com` selects the
       service from any available namespace while `./foo.example.com` only selects
       the service from the namespace of the sidecar. If a host is set to `*/*`,
       Istio will configure the sidecar to be able to reach every service in the
       mesh that is exported to the sidecar's namespace. The value `~/*` can be used
       to completely trim the configuration for sidecars that simply receive traffic
       and respond, but make no outbound connections of their own.
      
       NOTE: Only services and configuration artifacts exported to the sidecar's
       namespace (e.g., `exportTo` value of `*`) can be referenced.
       Private configurations (e.g., `exportTo` set to `.`) will
       not be available. Refer to the `exportTo` setting in `VirtualService`,
       `DestinationRule`, and `ServiceEntry` configurations for details.
      
       **WARNING:** The list of egress hosts in a `Sidecar` must also include
       the Mixer control plane services if they are enabled. Envoy will not
       be able to reach them otherwise. For example, add host
       `istio-system/istio-telemetry.istio-system.svc.cluster.local` if telemetry
       is enabled, `istio-system/istio-policy.istio-system.svc.cluster.local` if
       policy is enabled, or add `istio-system/*` to allow all services in the
       `istio-system` namespace. This requirement is temporary and will be removed
       in a future Istio release.
       
      repeated string hosts = 4 [(.google.api.field_behavior) = REQUIRED];
      指定者:
      getHostsList 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      返回:
      A list containing the hosts.
    • getHostsCount

      public int getHostsCount()
       One or more service hosts exposed by the listener
       in `namespace/dnsName` format. Services in the specified namespace
       matching `dnsName` will be exposed.
       The corresponding service can be a service in the service registry
       (e.g., a Kubernetes or cloud foundry service) or a service specified
       using a `ServiceEntry` or `VirtualService` configuration. Any
       associated `DestinationRule` in the same namespace will also be used.
      
       The `dnsName` should be specified using FQDN format, optionally including
       a wildcard character in the left-most component (e.g., `prod/*.example.com`).
       Set the `dnsName` to `*` to select all services from the specified namespace
       (e.g., `prod/*`).
      
       The `namespace` can be set to `*`, `.`, or `~`, representing any, the current,
       or no namespace, respectively. For example, `*/foo.example.com` selects the
       service from any available namespace while `./foo.example.com` only selects
       the service from the namespace of the sidecar. If a host is set to `*/*`,
       Istio will configure the sidecar to be able to reach every service in the
       mesh that is exported to the sidecar's namespace. The value `~/*` can be used
       to completely trim the configuration for sidecars that simply receive traffic
       and respond, but make no outbound connections of their own.
      
       NOTE: Only services and configuration artifacts exported to the sidecar's
       namespace (e.g., `exportTo` value of `*`) can be referenced.
       Private configurations (e.g., `exportTo` set to `.`) will
       not be available. Refer to the `exportTo` setting in `VirtualService`,
       `DestinationRule`, and `ServiceEntry` configurations for details.
      
       **WARNING:** The list of egress hosts in a `Sidecar` must also include
       the Mixer control plane services if they are enabled. Envoy will not
       be able to reach them otherwise. For example, add host
       `istio-system/istio-telemetry.istio-system.svc.cluster.local` if telemetry
       is enabled, `istio-system/istio-policy.istio-system.svc.cluster.local` if
       policy is enabled, or add `istio-system/*` to allow all services in the
       `istio-system` namespace. This requirement is temporary and will be removed
       in a future Istio release.
       
      repeated string hosts = 4 [(.google.api.field_behavior) = REQUIRED];
      指定者:
      getHostsCount 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      返回:
      The count of hosts.
    • getHosts

      public String getHosts(int index)
       One or more service hosts exposed by the listener
       in `namespace/dnsName` format. Services in the specified namespace
       matching `dnsName` will be exposed.
       The corresponding service can be a service in the service registry
       (e.g., a Kubernetes or cloud foundry service) or a service specified
       using a `ServiceEntry` or `VirtualService` configuration. Any
       associated `DestinationRule` in the same namespace will also be used.
      
       The `dnsName` should be specified using FQDN format, optionally including
       a wildcard character in the left-most component (e.g., `prod/*.example.com`).
       Set the `dnsName` to `*` to select all services from the specified namespace
       (e.g., `prod/*`).
      
       The `namespace` can be set to `*`, `.`, or `~`, representing any, the current,
       or no namespace, respectively. For example, `*/foo.example.com` selects the
       service from any available namespace while `./foo.example.com` only selects
       the service from the namespace of the sidecar. If a host is set to `*/*`,
       Istio will configure the sidecar to be able to reach every service in the
       mesh that is exported to the sidecar's namespace. The value `~/*` can be used
       to completely trim the configuration for sidecars that simply receive traffic
       and respond, but make no outbound connections of their own.
      
       NOTE: Only services and configuration artifacts exported to the sidecar's
       namespace (e.g., `exportTo` value of `*`) can be referenced.
       Private configurations (e.g., `exportTo` set to `.`) will
       not be available. Refer to the `exportTo` setting in `VirtualService`,
       `DestinationRule`, and `ServiceEntry` configurations for details.
      
       **WARNING:** The list of egress hosts in a `Sidecar` must also include
       the Mixer control plane services if they are enabled. Envoy will not
       be able to reach them otherwise. For example, add host
       `istio-system/istio-telemetry.istio-system.svc.cluster.local` if telemetry
       is enabled, `istio-system/istio-policy.istio-system.svc.cluster.local` if
       policy is enabled, or add `istio-system/*` to allow all services in the
       `istio-system` namespace. This requirement is temporary and will be removed
       in a future Istio release.
       
      repeated string hosts = 4 [(.google.api.field_behavior) = REQUIRED];
      指定者:
      getHosts 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      参数:
      index - The index of the element to return.
      返回:
      The hosts at the given index.
    • getHostsBytes

      public com.google.protobuf.ByteString getHostsBytes(int index)
       One or more service hosts exposed by the listener
       in `namespace/dnsName` format. Services in the specified namespace
       matching `dnsName` will be exposed.
       The corresponding service can be a service in the service registry
       (e.g., a Kubernetes or cloud foundry service) or a service specified
       using a `ServiceEntry` or `VirtualService` configuration. Any
       associated `DestinationRule` in the same namespace will also be used.
      
       The `dnsName` should be specified using FQDN format, optionally including
       a wildcard character in the left-most component (e.g., `prod/*.example.com`).
       Set the `dnsName` to `*` to select all services from the specified namespace
       (e.g., `prod/*`).
      
       The `namespace` can be set to `*`, `.`, or `~`, representing any, the current,
       or no namespace, respectively. For example, `*/foo.example.com` selects the
       service from any available namespace while `./foo.example.com` only selects
       the service from the namespace of the sidecar. If a host is set to `*/*`,
       Istio will configure the sidecar to be able to reach every service in the
       mesh that is exported to the sidecar's namespace. The value `~/*` can be used
       to completely trim the configuration for sidecars that simply receive traffic
       and respond, but make no outbound connections of their own.
      
       NOTE: Only services and configuration artifacts exported to the sidecar's
       namespace (e.g., `exportTo` value of `*`) can be referenced.
       Private configurations (e.g., `exportTo` set to `.`) will
       not be available. Refer to the `exportTo` setting in `VirtualService`,
       `DestinationRule`, and `ServiceEntry` configurations for details.
      
       **WARNING:** The list of egress hosts in a `Sidecar` must also include
       the Mixer control plane services if they are enabled. Envoy will not
       be able to reach them otherwise. For example, add host
       `istio-system/istio-telemetry.istio-system.svc.cluster.local` if telemetry
       is enabled, `istio-system/istio-policy.istio-system.svc.cluster.local` if
       policy is enabled, or add `istio-system/*` to allow all services in the
       `istio-system` namespace. This requirement is temporary and will be removed
       in a future Istio release.
       
      repeated string hosts = 4 [(.google.api.field_behavior) = REQUIRED];
      指定者:
      getHostsBytes 在接口中 SidecarOuterClass.IstioEgressListenerOrBuilder
      参数:
      index - The index of the value to return.
      返回:
      The bytes of the hosts at the given index.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static SidecarOuterClass.IstioEgressListener parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static SidecarOuterClass.IstioEgressListener parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static SidecarOuterClass.IstioEgressListener parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected SidecarOuterClass.IstioEgressListener.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static SidecarOuterClass.IstioEgressListener getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SidecarOuterClass.IstioEgressListener> parser()
    • getParserForType

      public com.google.protobuf.Parser<SidecarOuterClass.IstioEgressListener> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public SidecarOuterClass.IstioEgressListener getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder