Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for typed_per_filter_config (0.26 sec)

  1. tests/integration/telemetry/policy/testdata/enable_envoy_local_ratelimit_per_route.yaml

              vhost:
                name: "srv.{{ .EchoNamespace }}.svc.cluster.local:80"
                route:
                  action: ANY
          patch:
            operation: MERGE
            value:
              typed_per_filter_config:
                envoy.filters.http.local_ratelimit:
                  "@type": type.googleapis.com/udpa.type.v1.TypedStruct
                  type_url: type.googleapis.com/envoy.extensions.filters.http.local_ratelimit.v3.LocalRateLimit
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 02 03:31:35 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  2. samples/ratelimit/local-rate-limit-service.yaml

                            - name: :path
                              string_match:
                                prefix: /productpage
                                ignore_case: true
    
              typed_per_filter_config:
                envoy.filters.http.local_ratelimit:
                  "@type": type.googleapis.com/envoy.extensions.filters.http.local_ratelimit.v3.LocalRateLimit
                  stat_prefix: test_enabled
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 31 08:22:09 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. pilot/pkg/model/envoyfilter_test.go

    				},
    				{ // invalid http route patch
    					Patch: &networking.EnvoyFilter_Patch{
    						Operation: networking.EnvoyFilter_Patch_MERGE,
    						Value: buildPatchStruct(`{
    							"typed_per_filter_config": {
    								"envoy.filters.http.ratelimit": {
    									"@type": "type.googleapis.com/thisisaninvalidtype"
    								}
    							}
    						}`),
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 27 04:20:28 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. istioctl/pkg/authz/testdata/configdump.yaml

                       {
                        "upgrade_type": "CONNECT",
                        "connect_config": {}
                       }
                      ]
                     },
                     "typed_per_filter_config": {
                      "connect_authority": {
                       "@type": "type.googleapis.com/udpa.type.v1.TypedStruct",
                       "type_url": "type.googleapis.com/io.istio.http.connect_authority.Config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
Back to top