mirror of
https://github.com/ceph/go-ceph
synced 2025-01-31 10:31:36 +00:00
rgw/admin: Promote {Get,Set}BucketQuota APIs to stable
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
e0e4115a01
commit
7d15378d4c
@ -2013,20 +2013,7 @@
|
||||
]
|
||||
},
|
||||
"rgw/admin": {
|
||||
"preview_api": [
|
||||
{
|
||||
"name": "API.GetBucketQuota",
|
||||
"comment": "GetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#get-bucket-quota\n",
|
||||
"added_in_version": "v0.26.0",
|
||||
"expected_stable_version": "v0.28.0"
|
||||
},
|
||||
{
|
||||
"name": "API.SetBucketQuota",
|
||||
"comment": "SetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#set-bucket-quota\n",
|
||||
"added_in_version": "v0.26.0",
|
||||
"expected_stable_version": "v0.28.0"
|
||||
}
|
||||
],
|
||||
"preview_api": [],
|
||||
"stable_api": [
|
||||
{
|
||||
"name": "API.ListBuckets",
|
||||
@ -2164,6 +2151,18 @@
|
||||
"comment": "GetInfo - https://docs.ceph.com/en/latest/radosgw/adminops/#info\n",
|
||||
"added_in_version": "v0.25.0",
|
||||
"became_stable_version": "v0.27.0"
|
||||
},
|
||||
{
|
||||
"name": "API.GetBucketQuota",
|
||||
"comment": "GetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#get-bucket-quota\n",
|
||||
"added_in_version": "v0.26.0",
|
||||
"became_stable_version": "v0.28.0"
|
||||
},
|
||||
{
|
||||
"name": "API.SetBucketQuota",
|
||||
"comment": "SetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#set-bucket-quota\n",
|
||||
"added_in_version": "v0.26.0",
|
||||
"became_stable_version": "v0.28.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -40,12 +40,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
|
||||
|
||||
## Package: rgw/admin
|
||||
|
||||
### Preview APIs
|
||||
|
||||
Name | Added in Version | Expected Stable Version |
|
||||
---- | ---------------- | ----------------------- |
|
||||
API.GetBucketQuota | v0.26.0 | v0.28.0 |
|
||||
API.SetBucketQuota | v0.26.0 | v0.28.0 |
|
||||
No Preview/Deprecated APIs found. All APIs are considered stable.
|
||||
|
||||
## Package: common/admin/manager
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
//go:build ceph_preview
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
|
@ -1,5 +1,3 @@
|
||||
//go:build ceph_preview
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user