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
..
2022-06-17 11:37:59 +00:00
2022-01-24 05:25:11 +00:00
2022-03-27 19:24:26 +00:00
2021-12-23 13:36:21 +00:00
2022-06-03 12:55:54 +00:00
2022-02-04 15:42:32 +00:00
2022-01-24 05:25:11 +00:00
2022-06-03 12:55:54 +00:00
2022-01-24 05:25:11 +00:00
2022-01-24 05:25:11 +00:00
2022-04-14 08:01:45 +00:00
2021-12-20 07:34:43 +00:00
2022-01-24 05:25:11 +00:00
2021-08-30 16:31:40 +00:00
2022-06-03 12:55:54 +00:00
2021-11-18 02:17:15 +00:00
2022-08-09 13:36:03 +00:00
2022-08-09 13:36:03 +00:00
2021-06-25 11:55:12 +00:00
2022-01-24 05:25:11 +00:00
2021-08-26 09:34:05 +00:00
2021-07-22 15:07:49 +00:00
2021-08-26 09:34:05 +00:00
2021-07-14 19:50:56 +00:00
2022-05-07 20:38:48 +00:00
2021-07-22 06:05:01 +00:00
2022-03-30 04:40:30 +00:00
2022-06-03 12:55:54 +00:00
2022-07-13 18:32:40 +00:00
2022-07-21 07:14:43 +00:00
2021-07-22 06:05:01 +00:00
2021-06-25 11:55:12 +00:00
2022-06-03 12:55:54 +00:00