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