mirror of https://github.com/ceph/go-ceph
docs: Add user bucket quota APIs to api-status
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
8cc709a846
commit
06793550b8
|
@ -2006,6 +2006,18 @@
|
|||
"comment": "GetInfo - https://docs.ceph.com/en/latest/radosgw/adminops/#info\n",
|
||||
"added_in_version": "v0.25.0",
|
||||
"expected_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": "$NEXT_RELEASE",
|
||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
||||
},
|
||||
{
|
||||
"name": "API.SetBucketQuota",
|
||||
"comment": "SetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#set-bucket-quota\n",
|
||||
"added_in_version": "$NEXT_RELEASE",
|
||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
||||
}
|
||||
],
|
||||
"stable_api": [
|
||||
|
@ -2216,4 +2228,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -41,6 +41,8 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
|
|||
Name | Added in Version | Expected Stable Version |
|
||||
---- | ---------------- | ----------------------- |
|
||||
API.GetInfo | v0.25.0 | v0.27.0 |
|
||||
API.GetBucketQuota | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
||||
API.SetBucketQuota | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
||||
|
||||
## Package: common/admin/manager
|
||||
|
||||
|
|
Loading…
Reference in New Issue