mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +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