ceph-csi/internal
Rakshith R d39d2cffcc cleanup: use index instead of value while iterating
This commit cleans up for loop to use index to access
value instead of copying value into a new variable
while iterating.
```
internal/util/csiconfig.go:103:2: rangeValCopy: each \
iteration copies 136 bytes (consider pointers or indexing) \
(gocritic)
        for _, cluster := range config {
```

Signed-off-by: Rakshith R <rar@redhat.com>
2022-08-09 13:36:03 +00:00
..
cephfs cephfs: snapshots honor --setmetadata option 2022-08-01 07:15:29 +00:00
controller cleanup: ReconcilePersistentVolume consider passing it by pointer 2022-06-28 19:12:53 +00:00
csi-addons ci: fix all linter errors found in golangci-lint 2022-06-03 12:55:54 +00:00
csi-common nfs: add nodeserver within cephcsi 2022-08-09 13:36:03 +00:00
journal cephfs: added support for snapshot-backed volumes 2022-06-16 09:44:27 +00:00
kms rbd: create token and use it for vault SA 2022-06-17 11:37:59 +00:00
liveness cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
nfs nfs: add nodeserver within cephcsi 2022-08-09 13:36:03 +00:00
rbd rbd: Report remote peer readiness if Up and status.Unknown 2022-08-09 05:32:15 +00:00
util cleanup: use index instead of value while iterating 2022-08-09 13:36:03 +00:00