ceph-csi/internal/rbd
Niels de Vos 4a3b1181ce cleanup: move KMS functionality into its own package
A new "internal/kms" package is introduced, it holds the API that can be
consumed by the RBD components.

The KMS providers are currently in the same package as the API. With
later follow-up changes the providers will be placed in their own
sub-package.

Because of the name of the package "kms", the types, functions and
structs inside the package should not be prefixed with KMS anymore:

    internal/kms/kms.go:213:6: type name will be used as kms.KMSInitializerArgs by other packages, and that stutters; consider calling this InitializerArgs (golint)

Updates: #852
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2021-08-30 16:31:40 +00:00
..
clone.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
controllerserver_test.go cleanup: resolve parallel test issue 2021-07-13 11:31:39 +00:00
controllerserver.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
driver.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
encryption.go cleanup: move KMS functionality into its own package 2021-08-30 16:31:40 +00:00
errors.go rbd: correct the code comment for ErrFlattenInProgress 2020-10-20 08:59:25 +00:00
identityserver.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
mirror.go rbd: add helper function to get local state 2021-08-16 17:38:25 +00:00
nodeserver_test.go cleanup: addresses paralleltest linter 2021-06-25 11:55:12 +00:00
nodeserver.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
rbd_attach.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
rbd_healer.go cleanup: move k8s functions to the util/k8s package 2021-08-30 16:31:40 +00:00
rbd_journal.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
rbd_util_test.go rbd: add a unit test for getCephClientLogFileName() 2021-08-24 07:15:30 +00:00
rbd_util.go cleanup: move k8s functions to the util/k8s package 2021-08-30 16:31:40 +00:00
replicationcontrollerserver_test.go rbd: consider empty mirroring mode 2021-08-09 11:05:05 +00:00
replicationcontrollerserver.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
snapshot.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00