Home

envoy.config.route.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.config.route.v3.RateLimit
.withActions([ types.envoy.config.route.v3.RateLimit.Action ])
.withDisableKey('string')
.withLimit(types.envoy.config.route.v3.RateLimit.Override)
.withStage(1)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
actions [] envoy.config.route.v3.RateLimit.Action yes  {"Repeated":{"min_items":1}}
disable_key string  
limit envoy.config.route.v3.RateLimit.Override  
stage google.protobuf.UInt32Value   {"Uint32":{"lte":10}}