mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-21 06:46:42 +00:00
Add the ClusterConnection to the volumeOptions type, so that future use of go-ceph can connect to the Ceph cluster. Once a volumeOptions object is not needed anymore, it needs to get destroyed to free associated resources like the ClusterConnection. Signed-off-by: Niels de Vos <ndevos@redhat.com>