mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
reflect.TypeOf() can take a nil (it then returns a nil), but Kind() panics on a nil. Fixes #20627
reflect.TypeOf() can take a nil (it then returns a nil), but Kind() panics on a nil. Fixes #20627