mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-02 16:46:59 +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