Commit 0c211d5
committed
fix: avoid variable shadowing by renaming loop variable 'plugin'
The loop variable 'plugin' was shadowing the imported 'plugin' package
from sigs.k8s.io/kubebuilder. Renamed it to 'plg' to improve clarity and
prevent potential confusion or unintended behavior.1 parent 06c0575 commit 0c211d5
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments