diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 63df851ec53..d33a9c625a8 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -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", diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index 3fe2aeafe73..32bbca4c81c 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -15104,6 +15104,22 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
false
boolean
QueryParameter
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace
false
boolean
PathParameter
namespace
object name and auth scope, such as for teams and projects