drainingState property

DynamicListenerState? drainingState
getter/setter pair

The listener state for any draining listener by this name.

These are listeners that are currently undergoing draining in preparation to stop servicing data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the draining listeners should generally be discarded.

Implementation

DynamicListenerState? drainingState;