We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8fa73 commit 4ce0015Copy full SHA for 4ce0015
envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/utils/TestData.kt
@@ -13,8 +13,8 @@ const val CLUSTER_NAME = "cluster-name"
13
const val CLUSTER_NAME1 = "cluster-1"
14
const val CLUSTER_NAME2 = "cluster-2"
15
const val MAIN_CLUSTER_NAME = "cluster-1"
16
-const val SECONDARY_CLUSTER_NAME = "cluster-1-secondary"
17
-const val AGGREGATE_CLUSTER_NAME = "cluster-1-aggregate"
+const val SECONDARY_CLUSTER_NAME = "cluster-1-sec"
+const val AGGREGATE_CLUSTER_NAME = "cluster-1-agg"
18
const val TRAFFIC_SPLITTING_FORCE_TRAFFIC_ZONE = "dc2"
19
const val CURRENT_ZONE = "dc1"
20
0 commit comments