mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-22 10:50:37 +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