Skip to content

Commit 7f27576

Browse files
authored
separate a new path parameter resource_plural to avoid key conflict (#278)
Signed-off-by: Min Jin <[email protected]>
1 parent 0fcae0a commit 7f27576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi/custom_objects_spec.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
}
4646
},
47-
"/apis/{group}/{version}/{plural}": {
47+
"/apis/{group}/{version}/{resource_plural}": {
4848
"parameters": [
4949
{
5050
"uniqueItems": true,
@@ -68,7 +68,7 @@
6868
"type": "string"
6969
},
7070
{
71-
"name": "plural",
71+
"name": "resource_plural",
7272
"in": "path",
7373
"required": true,
7474
"description": "The custom resource's plural name. For TPRs this would be lowercase plural kind.",

0 commit comments

Comments
 (0)