k3s/pkg/apiserver
nikhiljindal 7e909ed743 Changes to improve swagger ui.
- Separating out index, version and api handlers into independent web
  services. Moved the index handler to /welcome, version handler to
  /version and the api handler to /api,
2015-01-09 10:56:24 -08:00
..
apiserver.go Changes to improve swagger ui. 2015-01-09 10:56:24 -08:00
apiserver_test.go Remove client from attributes, remove admission control interface, fix-up error codes 2015-01-07 14:42:31 -05:00
async.go Allow clients to determine the difference between create or update on PUT 2014-10-24 14:41:15 -04:00
authn.go Make master take authenticator.Request interface instead of tokenfile 2014-11-19 15:07:51 -05:00
authz.go Basic ACL file. 2014-11-05 16:06:22 -08:00
doc.go Unify Godoc formatting, fix various typos 2014-09-02 13:41:03 +02:00
errors.go Add forbidden error. 2014-10-16 09:25:54 -07:00
errors_test.go Caps on StatusReason* 2014-09-27 21:38:51 -07:00
handlers.go Move namespace from query param to path part 2014-12-16 15:55:47 -05:00
handlers_test.go Added namespace test case for POST to /pods 2014-12-16 15:55:48 -05:00
index.go Changes to improve swagger ui. 2015-01-09 10:56:24 -08:00
interfaces.go Allow clients to determine the difference between create or update on PUT 2014-10-24 14:41:15 -04:00
operation.go Rename ServerOp to Operation in v1beta3 and internal 2014-12-12 18:08:41 -05:00
operation_test.go Fix admission control in tests 2015-01-07 14:42:31 -05:00
proxy.go Fix proxy bug where it is confused by gzip encoding 2014-12-22 11:35:47 -08:00
proxy_test.go Fix admission control in tests 2015-01-07 14:42:31 -05:00
redirect.go Move namespace from query param to path part 2014-12-16 15:55:47 -05:00
redirect_test.go Fix admission control in tests 2015-01-07 14:42:31 -05:00
resthandler.go Remove client from attributes, remove admission control interface, fix-up error codes 2015-01-07 14:42:31 -05:00
resthandler_test.go Allow clients to determine the difference between create or update on PUT 2014-10-24 14:41:15 -04:00
validator.go Turn on node level validation, and make the validation set dynamic. 2014-12-10 22:02:45 -08:00
validator_test.go Add etcd to the list of services to validate. 2014-11-05 21:22:01 -08:00
watch.go Watching on invalid label/field selectors should error 2015-01-07 14:38:38 -05:00
watch_test.go Fix admission control in tests 2015-01-07 14:42:31 -05:00