• 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
Name
Last commit
Last update
..
authorizer Loading commit data...
openapi Loading commit data...
options Loading commit data...
routes Loading commit data...
validation Loading commit data...
OWNERS Loading commit data...
config.go Loading commit data...
default_storage_factory_builder.go Loading commit data...
default_storage_factory_builder_test.go Loading commit data...
doc.go Loading commit data...
genericapiserver.go Loading commit data...
genericapiserver_test.go Loading commit data...
hooks.go Loading commit data...
resource_config.go Loading commit data...
resource_config_test.go Loading commit data...
resource_encoding_config.go Loading commit data...
reststorage_interfaces.go Loading commit data...
server_run_options_test.go Loading commit data...
storage_factory.go Loading commit data...
storage_factory_test.go Loading commit data...
tunneler.go Loading commit data...
tunneler_test.go Loading commit data...