• Kubernetes Submit Queue's avatar
    Merge pull request #33038 from deads2k/api-11-push-deps-down · 6b3f5c41
    Kubernetes Submit Queue authored
    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.
    6b3f5c41
config.go 17.4 KB