envoy.config.tap.v3.OutputSink
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.config.tap.v3.OutputSink
.withBufferedAdmin(types.envoy.config.tap.v3.BufferedAdminSink)
.withFilePerTap(types.envoy.config.tap.v3.FilePerTapSink)
.withFormat(types.envoy.config.tap.v3.OutputSink.Format.JSON_BODY_AS_BYTES)
.withStreamingAdmin(types.envoy.config.tap.v3.StreamingAdminSink)
.withStreamingGrpc(types.envoy.config.tap.v3.StreamingGrpcSink)
._validate()
Nested Enums
Fields