mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-11 05:20:41 +00:00
Nil slices are getting allocated, which is incorrect and changes behavior in some cases. []byte(nil) -> []byte(nil)
Nil slices are getting allocated, which is incorrect and changes behavior in some cases. []byte(nil) -> []byte(nil)