k3s/pkg/apiserver
Fabio Yeon 45f85dbf06 Merge pull request #7404 from nikhiljindal/handleIndex
Updating handleIndex to return 404 for invalid server URL
2015-04-28 15:51:04 -07:00
..
api_installer.go Add Connecter storage interface to API server 2015-04-16 10:20:17 -04:00
api_installer_test.go Listing items in a namespace should always include the namespace in the URL 2015-03-30 16:05:40 -04:00
apiserver.go Add summary metrics to apiserver for easier debugging and future use in performance tests 2015-04-28 14:27:18 +02:00
apiserver_test.go Add Connecter storage interface to API server 2015-04-16 10:20:17 -04:00
authn.go Add support for HTTP basic auth to the kube-apiserver. 2015-04-28 10:33:51 -07:00
authz.go Basic ACL file. 2014-11-05 16:06:22 -08:00
authz_test.go Added basic apiserver authz tests. 2015-04-24 14:38:34 -04:00
doc.go Move REST* interfaces into pkg/api/rest 2015-03-23 16:52:21 -04:00
errors.go Remove layers of indirection between apiinstaller and resthandler 2015-02-11 16:26:06 -05:00
errors_test.go Caps on StatusReason* 2014-09-27 21:38:51 -07:00
handlers.go lower log level on recovering from panic 2015-04-24 22:09:14 +09:00
handlers_test.go Removing more references to v1beta1 from pkg/ 2015-04-24 00:45:17 -07:00
index.go Returning 404 on invalid server URL 2015-04-27 16:15:52 -07:00
mux_helper.go Updating handleIndex in master to list all valid paths. 2015-01-21 13:40:01 -08:00
proxy.go Break request metrics in apiserver by client. 2015-04-24 13:16:14 +02:00
proxy_test.go Merge pull request #6869 from csrwng/pod_connect 2015-04-17 09:49:12 -04:00
redirect.go Break request metrics in apiserver by client. 2015-04-24 13:16:14 +02:00
redirect_test.go Add more extensive tests to apiserver for variations in version 2015-03-27 15:03:58 -04:00
resthandler.go fix watch of single object 2015-04-23 16:02:22 -07:00
validator.go Break request metrics in apiserver by client. 2015-04-24 13:16:14 +02:00
validator_test.go Fix "validate-cluster.sh" to use "kubectl get componentstatus". 2015-04-17 11:59:53 -07:00
watch.go Move watch to being a resthandler resource and expose it on LIST 2015-03-27 15:03:58 -04:00
watch_test.go Add more extensive tests to apiserver for variations in version 2015-03-27 15:03:58 -04:00