docs: Update API status

This commit is contained in:
Kharitonov Maksim Andreevich 2022-07-27 14:01:47 +03:00 committed by mergify[bot]
parent 4ef5a9547e
commit 5b42837d77
2 changed files with 35 additions and 1 deletions

View File

@ -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": [

View File

@ -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 |