envoy.extensions.filters.http.file_system_buffer.v3.StreamConfig
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.file_system_buffer.v3.StreamConfig
.withBehavior(types.envoy.extensions.filters.http.file_system_buffer.v3.BufferBehavior)
.withMemoryBufferBytesLimit(1)
.withStorageBufferBytesLimit(1)
.withStorageBufferQueueHighWatermarkBytes(1)
._validate()
Fields