Merge pull request #9991 from nikhiljindal/dupPost

Do not register cross namespace actions with subresources in path
This commit is contained in:
Satnam Singh
2015-06-18 15:33:37 -07:00
3 changed files with 15 additions and 80 deletions

View File

@@ -5675,43 +5675,6 @@
"consumes": [
"*/*"
]
},
{
"type": "v1.Binding",
"method": "POST",
"summary": "create binding of a Binding",
"nickname": "createBindingBinding",
"parameters": [
{
"type": "string",
"paramType": "query",
"name": "pretty",
"description": "If 'true', then the output is pretty printed.",
"required": false,
"allowMultiple": false
},
{
"type": "v1.Binding",
"paramType": "body",
"name": "body",
"description": "",
"required": true,
"allowMultiple": false
}
],
"responseMessages": [
{
"code": 200,
"message": "OK",
"responseModel": "v1.Binding"
}
],
"produces": [
"application/json"
],
"consumes": [
"*/*"
]
}
]
},

View File

@@ -5675,43 +5675,6 @@
"consumes": [
"*/*"
]
},
{
"type": "v1beta3.Binding",
"method": "POST",
"summary": "create binding of a Binding",
"nickname": "createBindingBinding",
"parameters": [
{
"type": "string",
"paramType": "query",
"name": "pretty",
"description": "If 'true', then the output is pretty printed.",
"required": false,
"allowMultiple": false
},
{
"type": "v1beta3.Binding",
"paramType": "body",
"name": "body",
"description": "",
"required": true,
"allowMultiple": false
}
],
"responseMessages": [
{
"code": 200,
"message": "OK",
"responseModel": "v1beta3.Binding"
}
],
"produces": [
"application/json"
],
"consumes": [
"*/*"
]
}
]
},