Skip to content

Commit

Permalink
feat: add fieldSelector to list/watch methods in custom objects spec (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplus authored and k8s-ci-robot committed Mar 6, 2019
1 parent a72c88a commit b955fb5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openapi/custom_objects_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
"https"
],
"parameters": [
{
"uniqueItems": true,
"type": "string",
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"name": "fieldSelector",
"in": "query"
},
{
"uniqueItems": true,
"type": "string",
Expand Down Expand Up @@ -179,6 +186,13 @@
"https"
],
"parameters": [
{
"uniqueItems": true,
"type": "string",
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"name": "fieldSelector",
"in": "query"
},
{
"uniqueItems": true,
"type": "string",
Expand Down

0 comments on commit b955fb5

Please sign in to comment.