envoy.config.overload.v3.OverloadManager
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.overload.v3.OverloadManager
.withActions([ types.envoy.config.overload.v3.OverloadAction ])
.withBufferFactoryConfig(types.envoy.config.overload.v3.BufferFactoryConfig)
.withRefreshInterval(types.google.protobuf.Duration)
.withResourceMonitors([ types.envoy.config.overload.v3.ResourceMonitor ])
._validate()
Fields