Do not register cross namespace actions with subresources in path

This commit is contained in:
nikhiljindal
2015-06-17 17:06:12 -07:00
parent 838bb75183
commit d3d579f59d
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": [
"*/*"
]
}
]
},