mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-22 17:35:12 +00:00
Fix some warnings from go-staticcheck. "should use buffer.String() instead of string(buffer.Bytes()) (S1030)" This warning is explained at this link. https://staticcheck.io/docs/checks#S1030