• Dr. Stefan Schimanski's avatar
    pkg/apiserver: split code out of pkg/apiserver · 90216ce7
    Dr. Stefan Schimanski authored
    - move rest handler into handlers package
    - move errors into handlers/errors package
    - move negotation code into handlers/negotation package
    - move http response writer helpers into handlers/responsewriter package
    - split up pkg/apiserver/apiserver.go
    
    Note: this is only an intermediate step towards a proper genericapiserver
    package hierarchy.
    90216ce7
Name
Last commit
Last update
..
BUILD Loading commit data...
cors.go Loading commit data...
cors_test.go Loading commit data...
doc.go Loading commit data...
longrunning.go Loading commit data...
maxinflight.go Loading commit data...
maxinflight_test.go Loading commit data...
panics.go Loading commit data...
timeout.go Loading commit data...
timeout_test.go Loading commit data...