Home

envoy.extensions.filters.network.local_ratelimit.v3.LocalRateLimit

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.network.local_ratelimit.v3.LocalRateLimit
.withRuntimeEnabled(types.envoy.config.core.v3.RuntimeFeatureFlag)
.withShareKey('string')
.withStatPrefix('string')
.withTokenBucket(types.envoy.type.v3.TokenBucket)
._validate()

Fields

Name Type One-of group Required Constraints
runtime_enabled envoy.config.core.v3.RuntimeFeatureFlag  
share_key string  
stat_prefix string   {"String_":{"WellKnown":null,"min_len":1}}
token_bucket envoy.type.v3.TokenBucket yes