This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 673429bbfb0 Docs sync done from apache/pulsar (#a903733)
673429bbfb0 is described below
commit 673429bbfb02bde363c9e45533d79f079248d2dc
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 23 01:37:41 2023 +0000
Docs sync done from apache/pulsar (#a903733)
---
static/swagger/master/swagger.json | 3 +++
static/swagger/master/v2/swagger.json | 3 +++
2 files changed, 6 insertions(+)
diff --git a/static/swagger/master/swagger.json
b/static/swagger/master/swagger.json
index d632f33a33c..ab243fbbb43 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -3927,8 +3927,10 @@
"type": "object"
},
"TenantInfo": {
+ "description": "Information of adminRoles and allowedClusters for
tenant",
"properties": {
"adminRoles": {
+ "description": "Comma separated list of auth principal
allowed to administrate the tenant.",
"items": {
"type": "string"
},
@@ -3936,6 +3938,7 @@
"uniqueItems": true
},
"allowedClusters": {
+ "description": "Comma separated allowed clusters.",
"items": {
"type": "string"
},
diff --git a/static/swagger/master/v2/swagger.json
b/static/swagger/master/v2/swagger.json
index d632f33a33c..ab243fbbb43 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -3927,8 +3927,10 @@
"type": "object"
},
"TenantInfo": {
+ "description": "Information of adminRoles and allowedClusters for
tenant",
"properties": {
"adminRoles": {
+ "description": "Comma separated list of auth principal
allowed to administrate the tenant.",
"items": {
"type": "string"
},
@@ -3936,6 +3938,7 @@
"uniqueItems": true
},
"allowedClusters": {
+ "description": "Comma separated allowed clusters.",
"items": {
"type": "string"
},