mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-08 10:20:22 +00:00
Automatic merge from submit-queue fully qualify admission resources and kinds Fully qualifies the `Kind` and `Resource` fields for admission attributes. The information was getting filtered at the `RESTHandler` before. @derekwaynecarr