Niels de Vos
0e7b06e9d0
build: address 'copyloopvar' linter warning
...
golangci-lint reports these:
The copy of the 'for' variable "kmsID" can be deleted (Go 1.22+)
(copyloopvar)
Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-04-29 14:36:48 +00:00
Niels de Vos
9201da0502
build: address gofmt
warnings
...
Signed-off-by: Niels de Vos <ndevos@ibm.com>
2023-06-05 04:49:46 +00:00
Humble Chirammal
88911eb4e9
rbd: add migration secret support to controllerserver functions
...
This commit adds the migration secret request validation to expand,
create controller functions.
Ref # https://github.com/ceph/ceph-csi/issues/2509
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-12-20 07:34:43 +00:00
Humble Chirammal
ff0911fb6a
rbd: add unittests for IsMigrationSecret and ParseAndSetSecretMapFromMigSecret
...
This commit adds unit tests for newly introduced migration specific
functions.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-10-27 18:35:00 +00:00