mirror of https://github.com/ceph/go-ceph
rgw/admin: Make API.ListBucketsWithStat stable
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
aefa1dc858
commit
e2d6524cf4
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
//go:build ceph_preview
|
||||
// +build ceph_preview
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
//go:build ceph_preview
|
||||
// +build ceph_preview
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue