Skip to content

Commit b955fb5

Browse files
tomplusk8s-ci-robot
authored andcommitted
feat: add fieldSelector to list/watch methods in custom objects spec (#106)
1 parent a72c88a commit b955fb5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

openapi/custom_objects_spec.json

+14
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
"https"
4848
],
4949
"parameters": [
50+
{
51+
"uniqueItems": true,
52+
"type": "string",
53+
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
54+
"name": "fieldSelector",
55+
"in": "query"
56+
},
5057
{
5158
"uniqueItems": true,
5259
"type": "string",
@@ -179,6 +186,13 @@
179186
"https"
180187
],
181188
"parameters": [
189+
{
190+
"uniqueItems": true,
191+
"type": "string",
192+
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
193+
"name": "fieldSelector",
194+
"in": "query"
195+
},
182196
{
183197
"uniqueItems": true,
184198
"type": "string",

0 commit comments

Comments
 (0)