Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#8da3bf8)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent 637fdbd commit 466077d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/swagger/master/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions static/swagger/master/v2/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 466077d

Please sign in to comment.