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