rebase: add go-ceph rbd admin package to vendor

added go-ceph rbd admin package to vendor. keeping
this as a separate commit which helps in review.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2021-06-28 17:21:36 +05:30
committed by mergify[bot]
parent e14d649547
commit 8732bec369
4 changed files with 232 additions and 0 deletions

10
vendor/github.com/ceph/go-ceph/rbd/admin/doc.go generated vendored Normal file
View File

@ -0,0 +1,10 @@
/*
Package admin is a convenience layer to support the administration of
rbd volumes, snapshots, scheduling etc that is outside of the C api
for librbd.
Unlike the rbd package this API does not map to APIs provided by
ceph libraries themselves. This API is not yet stable and is subject
to change.
*/
package admin