dynamicWarmingClusters property

List<DynamicCluster>? dynamicWarmingClusters
getter/setter pair

The dynamically loaded warming clusters.

These are clusters 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 clusters should generally be discarded.

Implementation

core.List<DynamicCluster>? dynamicWarmingClusters;