fix can not export service bug

This commit is contained in:
AdoHe
2016-03-05 11:23:50 -05:00
parent b198c820cd
commit 5fdfc4bde3
8 changed files with 70 additions and 2 deletions

View File

@@ -13288,6 +13288,22 @@
"required": false,
"allowMultiple": false
},
{
"type": "boolean",
"paramType": "query",
"name": "export",
"description": "Should this value be exported. Export strips fields that a user can not specify.",
"required": false,
"allowMultiple": false
},
{
"type": "boolean",
"paramType": "query",
"name": "exact",
"description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
"required": false,
"allowMultiple": false
},
{
"type": "string",
"paramType": "path",