local types = import 'types.libsonnet'; types.envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig .withContentType([ 'string' ]) .withEnabled(types.envoy.config.core.v3.RuntimeFeatureFlag) .withMinContentLength(1) ._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| content_type | [] string |
|
||
| enabled | envoy.config.core.v3.RuntimeFeatureFlag |
|
||
| min_content_length | google.protobuf.UInt32Value |
|