mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-21 18:30:27 +00:00
Automatic merge from submit-queue remove storage related fields from genericapiserver Removes `StorageFactory` and `StorageDecorator` from from `genericapiserver` since both constructs are related to building a `RESTStorage`, which should be provided fully formed (or via factory func) to a truly generic API server. I found this while trying to move the creation API routes earlier.