mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Reflector currently requires a hard type, which prevents cache.Reflector from being used generically (like a client command that uses the resource.Builder to get objects of any type). Relaxing this restriction when expectedType is nil.