ceph-csi/internal/cephfs
Niels de Vos 66aa595e77 cephfs: do not export internal CloneStatus type
getCloneInfo() does not need to return a full CloneStatus struct that
only has one member. Instead, it can just return the value of the single
member, so the JSON type/struct does not need to be exposed.

This makes the API for getCloneInfo() a little simpler, so it can be
replaced by a go-ceph implementation later on.

As the function does not return any of the unused attributes anymore, it
is renamed to getCloneStatu() as well.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-11-29 07:13:35 +00:00
..
cephfs_util.go cephfs: implement getMetadataPool() with go-ceph 2020-10-20 15:38:44 +00:00
clone.go cephfs: do not export internal CloneStatus type 2020-11-29 07:13:35 +00:00
controllerserver.go cephfs: Add 'pending' state for clone status 2020-11-09 07:29:12 +00:00
driver.go cephfs: replace warning with WarningLogMsg in Run 2020-08-13 09:44:12 +00:00
errors.go cephfs: Add 'pending' state for clone status 2020-11-09 07:29:12 +00:00
fsjournal.go cephfs: do not export internal CloneStatus type 2020-11-29 07:13:35 +00:00
identityserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
nodeserver.go cephfs: connect to the Ceph Cluster with go-ceph 2020-10-14 15:16:56 +00:00
snapshot.go journal: create object with provided UUID 2020-11-28 18:50:00 +00:00
util.go util: drop nolint comment for execCommandJSON() 2020-10-20 15:38:44 +00:00
volume.go cephfs: ignore quota when SubVolumeInfo() returns Infinite 2020-11-06 14:58:26 +00:00
volumemounter.go cephfs: trim spaces around fuseMountOptions 2020-09-23 12:12:51 +00:00
volumeoptions.go journal: create object with provided UUID 2020-11-28 18:50:00 +00:00