envoy.type.v3.RateLimitStrategy
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.type.v3.RateLimitStrategy
.withBlanketRule(types.envoy.type.v3.RateLimitStrategy.BlanketRule.ALLOW_ALL)
.withRequestsPerTimeUnit(types.envoy.type.v3.RateLimitStrategy.RequestsPerTimeUnit)
.withTokenBucket(types.envoy.type.v3.TokenBucket)
._validate()
Nested Enums
Nested Messages
Fields