ceph-csi/internal/util
Niels de Vos 01edaf8a71 move rbdVolume connection details to utils.ClusterConnection
The shared util.ClusterConnection can be used for rbd.rbdVolume and
cephfs.volumeOptions to connect to the Ceph cluster. This will then use
the shared ConnPool, and functions for obtaining connection details will
be the same across cephfs and rbd packages.

The ClusterConnection.Creds credentials are temporarily available until
all the functions have been adapted to use go-ceph and the connection
from the ConnPool.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-05-04 13:21:03 +00:00
..
cachepersister.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
cephcmds.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
cephconf.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
conn_pool_test.go move rbdVolume connection details to utils.ClusterConnection 2020-05-04 13:21:03 +00:00
conn_pool.go move rbdVolume connection details to utils.ClusterConnection 2020-05-04 13:21:03 +00:00
connection.go move rbdVolume connection details to utils.ClusterConnection 2020-05-04 13:21:03 +00:00
credentials.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
crypto.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
cryptsetup.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
csiconfig_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
csiconfig.go make CephFS SubvolumeGroup configurable 2020-05-04 05:50:06 +00:00
errors.go util: create a NewErrSnapNameConflict function 2020-04-24 07:36:38 +00:00
httpserver.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
idlocker_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
idlocker.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
k8scmcache.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
log.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodecache.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
pidlimit_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
pidlimit.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
stripsecrets.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
topology_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
topology.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
util_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
util.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
validate.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
vault.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volid_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volid.go util: fix golint warnings in csiconfig, volid 2020-04-29 11:36:53 +00:00