warmingState property

DynamicListenerState? warmingState
getter/setter pair

The listener state for any warming listener by this name.

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

Implementation

DynamicListenerState? warmingState;