rgw/admin: Make API.ListBucketsWithStat stable

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
Anoop C S 2023-06-08 11:19:41 +05:30 committed by mergify[bot]
parent aefa1dc858
commit e2d6524cf4
4 changed files with 8 additions and 19 deletions

View File

@ -2003,14 +2003,7 @@
]
},
"rgw/admin": {
"preview_api": [
{
"name": "API.ListBucketsWithStat",
"comment": "ListBucketsWithStat will return the list of all buckets with stat (system admin API only)\n",
"added_in_version": "v0.20.0",
"expected_stable_version": "v0.22.0"
}
],
"preview_api": [],
"stable_api": [
{
"name": "API.ListBuckets",
@ -2136,6 +2129,12 @@
"comment": "SetIndividualBucketQuota sets quota to a specific bucket\nhttps://docs.ceph.com/en/latest/radosgw/adminops/#set-quota-for-an-individual-bucket\n",
"added_in_version": "v0.17.0",
"became_stable_version": "v0.19.0"
},
{
"name": "API.ListBucketsWithStat",
"comment": "ListBucketsWithStat will return the list of all buckets with stat (system admin API only)\n",
"added_in_version": "v0.20.0",
"became_stable_version": "v0.22.0"
}
]
},

View File

@ -71,11 +71,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
## Package: rgw/admin
### Preview APIs
Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
API.ListBucketsWithStat | v0.20.0 | v0.22.0 |
No Preview/Deprecated APIs found. All APIs are considered stable.
## Package: common/admin/manager

View File

@ -1,6 +1,3 @@
//go:build ceph_preview
// +build ceph_preview
package admin
import (

View File

@ -1,6 +1,3 @@
//go:build ceph_preview
// +build ceph_preview
package admin
import (