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 466077de2587 Docs sync done from apache/pulsar (#8da3bf8)
466077de2587 is described below

commit 466077de25874691a090f4fa6d2bab6e9a25e067
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 01:35:27 2024 +0000

    Docs sync done from apache/pulsar (#8da3bf8)
---
 static/swagger/master/swagger.json    | 10 ++++++++++
 static/swagger/master/v2/swagger.json | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index f9a36b18a1da..c77fa1f61c9e 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -1808,6 +1808,16 @@
                         "type": "string"
                     },
                     "type": "array"
+                },
+                "unload_scope": {
+                    "description": "The type of unload to perform while 
applying the new isolation policy.",
+                    "enum": [
+                        "all_matching",
+                        "none",
+                        "changed"
+                    ],
+                    "example": "'all_matching' (default) for unloading all 
matching namespaces. 'none' for not unloading any namespace. 'changed' for 
unloading only the namespaces whose placement is actually changing",
+                    "type": "string"
                 }
             },
             "type": "object"
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index f9a36b18a1da..c77fa1f61c9e 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -1808,6 +1808,16 @@
                         "type": "string"
                     },
                     "type": "array"
+                },
+                "unload_scope": {
+                    "description": "The type of unload to perform while 
applying the new isolation policy.",
+                    "enum": [
+                        "all_matching",
+                        "none",
+                        "changed"
+                    ],
+                    "example": "'all_matching' (default) for unloading all 
matching namespaces. 'none' for not unloading any namespace. 'changed' for 
unloading only the namespaces whose placement is actually changing",
+                    "type": "string"
                 }
             },
             "type": "object"

Reply via email to