envoy.extensions.filters.network.ratelimit.v3.RateLimit
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.ratelimit.v3.RateLimit
.withDescriptors([ types.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor ])
.withDomain('string')
.withFailureModeDeny(false)
.withRateLimitService(types.envoy.config.ratelimit.v3.RateLimitServiceConfig)
.withStatPrefix('string')
.withTimeout(types.google.protobuf.Duration)
._validate()
Fields