Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for typed_per_filter_config (0.51 sec)

  1. 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)
  2. 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)
Back to top