Skip to content

Commit 5ef87ec

Browse files
swagger.json: deleteCollectionNamespacedCustomObject: add parameters
1 parent 3903d83 commit 5ef87ec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/gen/swagger.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96736,6 +96736,20 @@
9673696736
"name": "dryRun",
9673796737
"type": "string",
9673896738
"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+
"in": "query",
96750+
"name": "labelSelector",
96751+
"type": "string",
96752+
"uniqueItems": true
9673996753
}
9674096754
],
9674196755
"responses": {

0 commit comments

Comments
 (0)