You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2024/01/01 01:34:25 UTC

(pulsar-site) branch main updated: Docs sync done from apache/pulsar (#200c925)

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 513188144b24 Docs sync done from apache/pulsar (#200c925)
513188144b24 is described below

commit 513188144b240713dd65e4980be1c907bf53c667
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Mon Jan 1 01:34:20 2024 +0000

    Docs sync done from apache/pulsar (#200c925)
---
 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 465eafed0b10..24c276bd2113 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -3960,8 +3960,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"
                     },
@@ -3969,6 +3971,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 465eafed0b10..24c276bd2113 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -3960,8 +3960,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"
                     },
@@ -3969,6 +3971,7 @@
                     "uniqueItems": true
                 },
                 "allowedClusters": {
+                    "description": "Comma separated allowed clusters.",
                     "items": {
                         "type": "string"
                     },