接口 EnvoyFilterOuterClass.EnvoyFilter.EnvoyConfigObjectMatchOrBuilder

    • 方法详细资料

      • getContextValue

        int getContextValue()
         The specific config generation context to match on. Istio Pilot
         generates envoy configuration in the context of a gateway,
         inbound traffic to sidecar and outbound traffic from sidecar.
         
        .istio.networking.v1alpha3.EnvoyFilter.PatchContext context = 1;
        返回:
        The enum numeric value on the wire for context.
      • getContext

        EnvoyFilterOuterClass.EnvoyFilter.PatchContext getContext()
         The specific config generation context to match on. Istio Pilot
         generates envoy configuration in the context of a gateway,
         inbound traffic to sidecar and outbound traffic from sidecar.
         
        .istio.networking.v1alpha3.EnvoyFilter.PatchContext context = 1;
        返回:
        The context.
      • hasProxy

        boolean hasProxy()
         Match on properties associated with a proxy.
         
        .istio.networking.v1alpha3.EnvoyFilter.ProxyMatch proxy = 2;
        返回:
        Whether the proxy field is set.
      • hasListener

        boolean hasListener()
         Match on envoy listener attributes.
         
        .istio.networking.v1alpha3.EnvoyFilter.ListenerMatch listener = 3;
        返回:
        Whether the listener field is set.
      • hasRouteConfiguration

        boolean hasRouteConfiguration()
         Match on envoy HTTP route configuration attributes.
         
        .istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch route_configuration = 4;
        返回:
        Whether the routeConfiguration field is set.
      • hasCluster

        boolean hasCluster()
         Match on envoy cluster attributes.
         
        .istio.networking.v1alpha3.EnvoyFilter.ClusterMatch cluster = 5;
        返回:
        Whether the cluster field is set.