mirror of
https://github.com/kubernetes/client-go.git
synced 2026-07-09 22:07:53 +00:00
The Create, Delete, Get, Patch, Update and UpdateStatus methods in the dynamic client all expect the name parameter to be non-empty, but did not validate this requirement, which could lead to a panic. Add explicit checks to these methods. Kubernetes-commit: a9cba032dedbed9d04828c917a79a8371305d058