apiserver/pkg/server
Chao Xu fbe608d634 Loosing the request body size limit to 100MB to account for the size
ratio between json and protobuf.

Kubernetes-commit: 27166e48b86bf19570ae4e57775906cca1f52ad0
2019-02-07 14:43:35 -08:00
..
filters Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
healthz Ensure we set a content-type for healthz 2019-01-03 10:05:58 -05:00
httplog Move from glog to klog 2018-11-09 13:49:10 -05:00
mux Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
options Adding a limit on the maximum bytes accepted to be decoded in a resource 2019-02-06 16:58:24 -08:00
resourceconfig preserve behavior of ignoring invalid --runtime-config keys and api/all=false 2019-01-04 13:50:21 -05:00
routes Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
storage Simplify the resource_encoding_config.go, since we don't need per group override at all 2018-09-28 16:07:31 -07:00
config.go Loosing the request body size limit to 100MB to account for the size 2019-02-07 14:43:35 -08:00
config_selfclient.go apiextensions-apiserver: add pkg/cmd/server/testing pkg for integration bootstrapping 2018-06-13 15:53:41 +02:00
config_selfclient_test.go Modify LoopbackHostPort() so it returns an IPv6 Loopback address when given [::] address 2018-05-22 11:03:47 -04:00
config_test.go Wait for post-hooks to run before checking the healthz output 2019-01-30 09:34:43 +01:00
deprecated_insecure_serving.go apiserver: sync with https server shutdown to flush existing connections 2019-01-16 15:58:53 +01:00
doc.go update docs.go files under staging/src/k8s.io/apiserver/pkg/server 2019-02-03 20:43:13 +00:00
genericapiserver.go Adding a limit on the maximum bytes accepted to be decoded in a resource 2019-02-06 16:58:24 -08:00
genericapiserver_test.go apiserver: fix openapi extension types to be JSON 2019-02-07 15:34:42 +01:00
handler.go Move from glog to klog 2018-11-09 13:49:10 -05:00
healthz.go move CRD behind TPR 2017-06-13 20:47:29 +00:00
hooks.go Move from glog to klog 2018-11-09 13:49:10 -05:00
plugins.go Remove alpha InitializerConfiguration types, Initializers admission plugin 2019-01-16 10:19:44 -05:00
secure_serving.go apiserver: sync with https server shutdown to flush existing connections 2019-01-16 15:58:53 +01:00
signal.go Remove useless named return value 2018-08-02 19:28:17 +08:00
signal_posix.go apiservers: add synchronous shutdown mechanism on SIGTERM+INT 2017-08-29 13:16:11 +00:00
signal_windows.go apiservers: add synchronous shutdown mechanism on SIGTERM+INT 2017-08-29 13:16:11 +00:00