mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-30 05:14:54 +00:00
* This updates tests that make requests that call into admission. * For apiextensions-apiserver, the namespace is set to metav1.NamespaceNone since the CRD created and worked with is a cluster scoped CRD. * For most tests in register/storage, the namespace is set to NamespaceDefault or NamespaceNone based on if the resource is cluster scoped (namespaces) or namespace scoped (pvs). * Endpoints tests now have a namespace specified in the expected object - NamespaceDefault or other based on the test. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>