Skip to content

Commit 4f7bd43

Browse files
author
github-actions
committed
push swagger from signadot
1 parent 7f85937 commit 4f7bd43

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

generate/swagger.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5117,6 +5117,14 @@
51175117
}
51185118
}
51195119
},
5120+
"config.GatewayAPIConfig": {
5121+
"type": "object",
5122+
"properties": {
5123+
"enabled": {
5124+
"type": "boolean"
5125+
}
5126+
}
5127+
},
51205128
"config.IstioConfig": {
51215129
"type": "object",
51225130
"properties": {
@@ -5165,6 +5173,17 @@
51655173
}
51665174
}
51675175
},
5176+
"config.QueryParamRoutingConfig": {
5177+
"type": "object",
5178+
"properties": {
5179+
"enabled": {
5180+
"type": "boolean"
5181+
},
5182+
"paramName": {
5183+
"type": "string"
5184+
}
5185+
}
5186+
},
51685187
"config.RoutingConfig": {
51695188
"type": "object",
51705189
"properties": {
@@ -5174,6 +5193,9 @@
51745193
"type": "string"
51755194
}
51765195
},
5196+
"gatewayAPI": {
5197+
"$ref": "#/definitions/config.GatewayAPIConfig"
5198+
},
51775199
"iptablesMode": {
51785200
"type": "string"
51795201
},
@@ -5182,6 +5204,9 @@
51825204
},
51835205
"linkerd": {
51845206
"$ref": "#/definitions/config.LinkerdConfig"
5207+
},
5208+
"queryParamRouting": {
5209+
"$ref": "#/definitions/config.QueryParamRoutingConfig"
51855210
}
51865211
}
51875212
},

0 commit comments

Comments
 (0)