k3s/pkg/apiserver
Clayton Coleman e3da2ba2c8 Cleanup watch encoding (remove dupe Encoding)
Move standard watch encode / decode streams to use
runtime.RawExtension and embed API decoding based on
a provided codec.
2014-09-22 16:03:07 -04:00
..
apiserver.go Add a validator for validating components in the cluster infrastructure. 2014-09-16 13:37:01 -07:00
apiserver_test.go Add field selector to List, implement for pods. 2014-09-16 16:17:16 -07: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 Add field selector to List, implement for pods. 2014-09-16 16:17:16 -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 Add field selector to List, implement for pods. 2014-09-16 16:17:16 -07:00
validator.go Add a validator for validating components in the cluster infrastructure. 2014-09-16 13:37:01 -07:00
validator_test.go Add a validator for validating components in the cluster infrastructure. 2014-09-16 13:37:01 -07:00
watch.go Cleanup watch encoding (remove dupe Encoding) 2014-09-22 16:03:07 -04:00
watch_test.go Cleanup watch encoding (remove dupe Encoding) 2014-09-22 16:03:07 -04:00