.. |
apiserver.go
|
Rebased and fixed test cases
|
2014-09-09 17:50:18 -04:00 |
apiserver_test.go
|
Switch LogOf from panicking when logger is missing to creating logger with the defaults.
|
2014-09-09 17:50:18 -04:00 |
async.go
|
Do interface{} -> runtime.Object rename everywhere
|
2014-09-07 22:19:24 -07:00 |
doc.go
|
Unify Godoc formatting, fix various typos
|
2014-09-02 13:41:03 +02:00 |
errors.go
|
Errors should be part of api/errors, not apiserver
|
2014-09-03 17:16:00 -04:00 |
errors_test.go
|
Errors should be part of api/errors, not apiserver
|
2014-09-03 17:16:00 -04:00 |
handlers.go
|
Move RecoverPanics to be the top level wrapped handler. Add new method to be sure a logger has been generated instead of assuming one has. Move regexp list compilation into a utility and pass regexp list into CORS.
|
2014-09-09 17:50:18 -04:00 |
index.go
|
Unify Godoc formatting, fix various typos
|
2014-09-02 13:41:03 +02:00 |
interfaces.go
|
Do interface{} -> runtime.Object rename everywhere
|
2014-09-07 22:19:24 -07:00 |
minionproxy.go
|
Add a generic proxier
|
2014-09-05 13:33:30 -07:00 |
minionproxy_test.go
|
Move CORS handler wrapping into cmd/apiserver and switch config flag to a list of allowed origins
|
2014-09-09 17:50:18 -04:00 |
operation.go
|
Do interface{} -> runtime.Object rename everywhere
|
2014-09-07 22:19:24 -07:00 |
operation_test.go
|
Move CORS handler wrapping into cmd/apiserver and switch config flag to a list of allowed origins
|
2014-09-09 17:50:18 -04:00 |
proxy.go
|
Rebased and fixed test cases
|
2014-09-09 17:50:18 -04:00 |
proxy_test.go
|
Extend proxy test to test all URL rewriting cases.
|
2014-09-05 13:33:31 -07:00 |
redirect.go
|
Switch LogOf from panicking when logger is missing to creating logger with the defaults.
|
2014-09-09 17:50:18 -04:00 |
redirect_test.go
|
Move CORS handler wrapping into cmd/apiserver and switch config flag to a list of allowed origins
|
2014-09-09 17:50:18 -04:00 |
resthandler.go
|
Switch LogOf from panicking when logger is missing to creating logger with the defaults.
|
2014-09-09 17:50:18 -04:00 |
watch.go
|
Create passthroughLogger when LogOf is called and request has no logger
|
2014-09-11 16:48:06 -04:00 |
watch_test.go
|
Move CORS handler wrapping into cmd/apiserver and switch config flag to a list of allowed origins
|
2014-09-09 17:50:18 -04:00 |