local types = import 'types.libsonnet'; types.envoy.extensions.compression.zstd.decompressor.v3.Zstd .withChunkSize(1) .withDictionaries([ types.envoy.config.core.v3.DataSource ]) ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
chunk_size | google.protobuf.UInt32Value |
{"Uint32":{"gte":4096,"lte":65536}}
|
||
dictionaries | [] envoy.config.core.v3.DataSource |
|