Home

envoy.extensions.filters.http.cache.v3.CacheConfig

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.cache.v3.CacheConfig
.withAllowedVaryHeaders([ types.envoy.type.matcher.v3.StringMatcher ])
.withKeyCreatorParams(types.envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams)
.withMaxBodyBytes(1)
.withTypedConfig(types.google.protobuf.Any)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
allowed_vary_headers [] envoy.type.matcher.v3.StringMatcher  
key_creator_params envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams  
max_body_bytes uint32  
typed_config google.protobuf.Any   {"Any":{"required":true}}