Home

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

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.KeyCreatorParams
.withExcludeHost(false)
.withExcludeScheme(false)
.withQueryParametersExcluded([ types.envoy.config.route.v3.QueryParameterMatcher ])
.withQueryParametersIncluded([ types.envoy.config.route.v3.QueryParameterMatcher ])
._validate()

Fields

Name Type One-of group Required Constraints
exclude_host bool  
exclude_scheme bool  
query_parameters_excluded [] envoy.config.route.v3.QueryParameterMatcher  
query_parameters_included [] envoy.config.route.v3.QueryParameterMatcher