envoy.extensions.filters.http.ratelimit.v3.RateLimitConfig
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.ratelimit.v3.RateLimitConfig
.withActions([ types.envoy.extensions.filters.http.ratelimit.v3.RateLimitConfig.Action ])
.withDisableKey('string')
.withLimit(types.envoy.extensions.filters.http.ratelimit.v3.RateLimitConfig.Override)
.withStage(1)
._validate()
Nested Messages
Fields