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 3903d83 commit 5ef87ecCopy full SHA for 5ef87ec
src/gen/swagger.json
@@ -96736,6 +96736,20 @@
96736
"name": "dryRun",
96737
"type": "string",
96738
"uniqueItems": true
96739
+ },
96740
+ {
96741
+ "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
96742
+ "in": "query",
96743
+ "name": "fieldSelector",
96744
+ "type": "string",
96745
+ "uniqueItems": true
96746
96747
96748
+ "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
96749
96750
+ "name": "labelSelector",
96751
96752
96753
}
96754
],
96755
"responses": {
0 commit comments