File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
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" : {
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" : {
You can’t perform that action at this time.
0 commit comments