mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-17 21:17:39 +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: 55cdbb43c001baa578523413201b35976e561ea6