mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
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:
committed by
mergify[bot]
parent
e14d649547
commit
8732bec369
10
vendor/github.com/ceph/go-ceph/rbd/admin/doc.go
generated
vendored
Normal file
10
vendor/github.com/ceph/go-ceph/rbd/admin/doc.go
generated
vendored
Normal 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
|
Reference in New Issue
Block a user