Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Oct 13, 2024
2 parents 39ef000 + 3cc77ee commit b312210
Showing 1 changed file with 16 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"relationType": "AND",
"conditions": [
{
"type": "header",
"type": "query",
"opType": "EQUAL",
"key": "x-live-ext-demo",
"value": [
"abc"
"key": "limiter",
"values": [
"true"
]
}
]
Expand Down Expand Up @@ -159,11 +159,11 @@
"relationType": "AND",
"conditions": [
{
"type": "header",
"type": "query",
"opType": "EQUAL",
"key": "x-live-ext-demo",
"value": [
"abc"
"key": "limiter",
"values": [
"true"
]
}
]
Expand All @@ -181,11 +181,11 @@
"relationType": "AND",
"conditions": [
{
"type": "header",
"type": "query",
"opType": "EQUAL",
"key": "x-live-ext-demo",
"value": [
"abc"
"key": "limiter",
"values": [
"true"
]
}
]
Expand All @@ -194,6 +194,7 @@
"routePolicies": [
{
"name": "route1",
"order": 10,
"tagRules": [
{
"order": 10,
Expand Down Expand Up @@ -224,45 +225,7 @@
"conditions": [
{
"opType": "EQUAL",
"key": "unit",
"values": [
"unit1"
]
}
]
}
]
},
{
"order": 5,
"relationType": "OR",
"conditions": [
{
"opType": "EQUAL",
"type": "header",
"key": "x-live-unit",
"values": [
"unit1"
]
},
{
"opType": "IN",
"type": "header",
"key": "x-live-cell",
"values": [
"cell1",
"cell2"
]
}
],
"destinations": [
{
"weight": 100,
"relationType": "AND",
"conditions": [
{
"opType": "EQUAL",
"key": "unit",
"key": "x-live-unit",
"values": [
"unit1"
]
Expand All @@ -275,6 +238,7 @@
},
{
"name": "route2",
"order": 5,
"tagRules": [
{
"order": 1,
Expand Down Expand Up @@ -304,7 +268,7 @@
"conditions": [
{
"opType": "EQUAL",
"key": "unit",
"key": "x-live-unit",
"values": [
"unit1"
]
Expand Down

0 comments on commit b312210

Please sign in to comment.