Skip to content

Commit e3e9f25

Browse files
OAS Update
1 parent 3fdaf20 commit e3e9f25

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

services/vpn/v1alpha1/vpn.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@
299299
"description": "This flag decides whether this connection should be enabled or disabled",
300300
"type": "boolean"
301301
},
302+
"labels": {
303+
"$ref": "#/components/schemas/Label"
304+
},
302305
"localSubnets": {
303306
"description": "List of local subnets (IPv4 CIDR).",
304307
"items": {
@@ -372,6 +375,9 @@
372375
"description": "This flag decides whether this connection should be enabled or disabled",
373376
"type": "boolean"
374377
},
378+
"labels": {
379+
"$ref": "#/components/schemas/Label"
380+
},
375381
"localSubnets": {
376382
"description": "List of local subnets (IPv4 CIDR).",
377383
"items": {
@@ -1016,6 +1022,9 @@
10161022
"description": "This flag decides whether this connection should be enabled or disabled",
10171023
"type": "boolean"
10181024
},
1025+
"labels": {
1026+
"$ref": "#/components/schemas/Label"
1027+
},
10191028
"localSubnets": {
10201029
"description": "List of local subnets (IPv4 CIDR).",
10211030
"items": {
@@ -1525,6 +1534,14 @@
15251534
"schema": {
15261535
"type": "string"
15271536
}
1537+
},
1538+
{
1539+
"in": "query",
1540+
"name": "label_selector",
1541+
"schema": {
1542+
"$ref": "#/components/schemas/LabelSelector"
1543+
},
1544+
"style": "deepObject"
15281545
}
15291546
],
15301547
"responses": {

0 commit comments

Comments
 (0)