apiserver/pkg/server/options
Lukasz Szaszkiewicz e275c178b6 DelegatingAuthenticationOptions: allows for setting a timeout for the TokenReview client that is used by for the webhook authenticator
Previously no timeout was set. Requests without explicit timeout might potentially hang forever and lead to starvation of the application.
When no timeout was specified a default one will be applied.

Kubernetes-commit: 7340c3498ac23f46fc8b6bff4d5ac664a9c64a3b
2020-11-04 11:14:44 +01:00
..
encryptionconfig Hide methods in the encryption config that are not used outside the package. 2020-03-05 16:54:27 -08:00
testdata Ensure testing credentials are labeled as such 2020-02-04 10:36:05 -08:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
admission.go fix: typos in comments of admission 2020-01-10 14:01:06 +08:00
admission_test.go fix typo 2018-04-04 16:03:17 +08:00
api_enablement.go Add support for --runtime-config=api/beta=false, --feature-gates=AllBeta=false 2019-10-12 09:59:14 -04:00
api_enablement_test.go Moved flag and globalflag 2019-02-15 10:28:13 -05:00
audit.go make backoff parameters configurable for webhook 2020-10-30 11:25:32 -04:00
audit_test.go remove dynamic audit 2020-05-27 14:04:09 -04:00
authentication.go DelegatingAuthenticationOptions: allows for setting a timeout for the TokenReview client that is used by for the webhook authenticator 2020-11-04 11:14:44 +01:00
authentication_dynamic_request_header.go expose RunOnce method on RequestHeaderAuthRequest controller 2020-04-28 15:35:17 +02:00
authentication_test.go wire up a means to dynamically reload ca bundles for kube-apiserver 2019-10-07 14:06:42 -04:00
authorization.go make backoff parameters configurable for webhook 2020-10-30 11:25:32 -04:00
coreapi.go removes Authorizer and ExternalClientSet from kubeapiserver's admission initializer. 2017-10-03 18:08:30 +02:00
deprecated_insecure_serving.go kube-apiserver: use SO_REUSEPORT when creating listener on Unix systems 2020-03-06 09:59:20 +01:00
doc.go move apiserver options 2017-02-02 09:36:48 -05:00
egress_selector.go fix S1002 omit comp to bool 2020-06-26 10:36:38 -05:00
etcd.go Allow configuration of etcd healthcheck timeout 2020-07-20 09:22:13 +02:00
etcd_test.go Resolve uncompatibility from update: etcd CAFile -> TrustedCAFIle 2019-10-23 11:15:43 -07:00
feature.go Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config 2019-01-15 10:44:36 -05:00
recommended.go remove dynamic audit 2020-05-27 14:04:09 -04:00
server_run_options.go Remove heuristic watchcache sizes 2020-06-05 14:37:01 +02:00
server_run_options_test.go Remove heuristic watchcache sizes 2020-06-05 14:37:01 +02:00
serving.go Warn when insecure TLS ciphers are selected. 2020-05-13 16:11:28 +01:00
serving_test.go Plumb dynamic SNI certificates 2019-10-08 19:03:56 +01:00
serving_unix.go kube-apiserver: use SO_REUSEPORT when creating listener on Unix systems 2020-03-06 09:59:20 +01:00
serving_unix_test.go Deflake serving options, avoid hard-coding ports 2020-09-04 15:55:01 -04:00
serving_windows.go kube-apiserver: use SO_REUSEPORT when creating listener on Unix systems 2020-03-06 09:59:20 +01:00
serving_with_loopback.go migrate callers to g/g/uuid 2019-11-04 23:15:20 -08:00