Home

envoy.config.ratelimit.v3.RateLimitServiceConfig

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.ratelimit.v3.RateLimitServiceConfig
.withGrpcService(types.envoy.config.core.v3.GrpcService)
.withTransportApiVersion(types.envoy.config.core.v3.ApiVersion.AUTO)
._validate()

Fields

Name Type One-of group Required Constraints
grpc_service envoy.config.core.v3.GrpcService yes 
transport_api_version envoy.config.core.v3.ApiVersion   {"Enum":{"defined_only":true}}