mirror of https://github.com/ceph/go-ceph
docs: Update API status
This commit is contained in:
parent
4ef5a9547e
commit
5b42837d77
|
@ -1785,6 +1785,36 @@
|
|||
"comment": "ModifySubuser - https://docs.ceph.com/en/latest/radosgw/adminops/#modify-subuser\n",
|
||||
"added_in_version": "v0.15.0",
|
||||
"expected_stable_version": "v0.17.0"
|
||||
},
|
||||
{
|
||||
"name": "API.ListUsersBuckets",
|
||||
"comment": "ListUsersBuckets will return the list of all users buckets without stat.\n",
|
||||
"added_in_version": "v0.17.0",
|
||||
"expected_stable_version": "v0.19.0"
|
||||
},
|
||||
{
|
||||
"name": "API.ListUsersBucketsWithStat",
|
||||
"comment": "ListUsersBucketsWithStat will return the list of all users buckets with stat.\n",
|
||||
"added_in_version": "v0.17.0",
|
||||
"expected_stable_version": "v0.19.0"
|
||||
},
|
||||
{
|
||||
"name": "API.CreateKey",
|
||||
"comment": "CreateKey will generate new keys or add specified to keyring.\nhttps://docs.ceph.com/en/latest/radosgw/adminops/#create-key.\n",
|
||||
"added_in_version": "v0.17.0",
|
||||
"expected_stable_version": "v0.19.0"
|
||||
},
|
||||
{
|
||||
"name": "API.RemoveKey",
|
||||
"comment": "RemoveKey will remove an existing key.\nhttps://docs.ceph.com/en/latest/radosgw/adminops/#remove-key\nKeySpec.SecretKey parameter shouldn't be provided and will be ignored.\n",
|
||||
"added_in_version": "v0.17.0",
|
||||
"expected_stable_version": "v0.19.0"
|
||||
},
|
||||
{
|
||||
"name": "API.SetIndividualBucketQuota",
|
||||
"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",
|
||||
"expected_stable_version": "v0.19.0"
|
||||
}
|
||||
],
|
||||
"stable_api": [
|
||||
|
|
|
@ -58,6 +58,11 @@ API.LinkBucket | v0.15.0 | v0.17.0 |
|
|||
API.CreateSubuser | v0.15.0 | v0.17.0 |
|
||||
API.RemoveSubuser | v0.15.0 | v0.17.0 |
|
||||
API.ModifySubuser | v0.15.0 | v0.17.0 |
|
||||
API.ListUsersBuckets | v0.17.0 | v0.19.0 |
|
||||
API.ListUsersBucketsWithStat | v0.17.0 | v0.19.0 |
|
||||
API.CreateKey | v0.17.0 | v0.19.0 |
|
||||
API.RemoveKey | v0.17.0 | v0.19.0 |
|
||||
API.SetIndividualBucketQuota | v0.17.0 | v0.19.0 |
|
||||
|
||||
## Package: common/admin/manager
|
||||
|
||||
|
@ -81,4 +86,3 @@ Admin.CreateCephFSExport | v0.16.0 | v0.18.0 |
|
|||
Admin.RemoveExport | v0.16.0 | v0.18.0 |
|
||||
Admin.ListDetailedExports | v0.16.0 | v0.18.0 |
|
||||
Admin.ExportInfo | v0.16.0 | v0.18.0 |
|
||||
|
||||
|
|
Loading…
Reference in New Issue