k3s/pkg/apiserver
bgrant0607 9edd8a104c Merge pull request #1833 from erictune/authz
Add forbidden error.
2014-10-16 13:39:17 -07:00
..
apiserver.go Allow disabling non-necessary kubelet and apiserver endpoints 2014-10-09 16:49:27 -07:00
apiserver_test.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -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 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 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 Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
minionproxy.go Add a generic proxier 2014-09-05 13:33:30 -07:00
minionproxy_test.go add self linking to apiserver 2014-09-26 15:08:02 -07:00
operation.go Rename JSONBase -> TypeMeta in preparation for v1beta3 2014-10-07 11:12:16 -04:00
operation_test.go Rename JSONBase -> TypeMeta in preparation for v1beta3 2014-10-07 11:12:16 -04:00
proxy.go Add context object to interfaces 2014-09-26 11:50:34 -04:00
proxy_test.go add self linking to apiserver 2014-09-26 15:08:02 -07:00
redirect.go Add context object to interfaces 2014-09-26 11:50:34 -04:00
redirect_test.go add self linking to apiserver 2014-09-26 15:08:02 -07:00
resthandler.go Enforce unique constraint at namespace boundary in etcd, make client and server namespace aware 2014-10-16 13:02:52 -04: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 Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
watch_test.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00