ceph-csi/internal/cephfs/core
Madhu Rajanna 14c008c419 cleanup: use interface in filesystem.go
Currently, we are using methods and all the methods
makes a network call to fetch details from the ceph
clusters, its difficult to write test cases for
these functions, if we move to the interfaces
we can make use of mock to write unit testing
for the caller functions.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2022-01-27 14:31:12 +00:00
..
clone_test.go cleanup: move core functions to core pkg 2021-09-23 06:39:37 +00:00
clone.go cephfs: resize cloned, restored volume if required 2022-01-12 10:44:11 +00:00
filesystem.go cleanup: use interface in filesystem.go 2022-01-27 14:31:12 +00:00
fsjournal.go cephfs: log error message if clone fails 2022-01-17 09:43:09 +00:00
snapshot.go cleanup: move core functions to core pkg 2021-09-23 06:39:37 +00:00
volume.go cephfs: resize cloned, restored volume if required 2022-01-12 10:44:11 +00:00
volumeoptions.go cleanup: use interface in filesystem.go 2022-01-27 14:31:12 +00:00