Home

envoy.extensions.filters.http.rate_limit_quota.v3.RateLimitQuotaFilterConfig

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.filters.http.rate_limit_quota.v3.RateLimitQuotaFilterConfig
.withBucketMatchers(types.xds.type.matcher.v3.Matcher)
.withDomain('string')
.withFilterEnabled(types.envoy.config.core.v3.RuntimeFractionalPercent)
.withFilterEnforced(types.envoy.config.core.v3.RuntimeFractionalPercent)
.withRequestHeadersToAddWhenNotEnforced([ types.envoy.config.core.v3.HeaderValueOption ])
.withRlqsServer(types.envoy.config.core.v3.GrpcService)
._validate()

Fields

Name Type One-of group Required Constraints
bucket_matchers xds.type.matcher.v3.Matcher yes 
domain string   {"String_":{"WellKnown":null,"min_len":1}}
filter_enabled envoy.config.core.v3.RuntimeFractionalPercent  
filter_enforced envoy.config.core.v3.RuntimeFractionalPercent  
request_headers_to_add_when_not_enforced [] envoy.config.core.v3.HeaderValueOption   {"Repeated":{"max_items":10}}
rlqs_server envoy.config.core.v3.GrpcService yes