ClustersConfigDump class

Envoy's cluster manager fills this message with all currently known clusters.

Cluster configuration information can be used to recreate an Envoy configuration by populating all clusters as static clusters or by returning them in a CDS response.

Constructors

ClustersConfigDump({List<DynamicCluster>? dynamicActiveClusters, List<DynamicCluster>? dynamicWarmingClusters, List<StaticCluster>? staticClusters, String? versionInfo})
ClustersConfigDump.fromJson(Map json_)

Properties

dynamicActiveClusters List<DynamicCluster>?
The dynamically loaded active clusters.
getter/setter pair
dynamicWarmingClusters List<DynamicCluster>?
The dynamically loaded warming clusters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staticClusters List<StaticCluster>?
The statically loaded cluster configs.
getter/setter pair
versionInfo String?
This is the :ref:version_info in the last processed CDS discovery response.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited