kubernetes/pkg
Quan Tian a5790d5caa Do not log errors when ServiceHealthServer is closed normally
Server.Serve() always returns a non-nil error. If it exits because the
http server is closed, it will return ErrServerClosed. To differentiate
the error, this patch changes to close the http server instead of the
listener when the Service is deleted. Closing http server automatically
closes the listener, there is no need to cache the listeners any more.

Signed-off-by: Quan Tian <qtian@vmware.com>
2022-12-29 17:11:29 +08:00
..
api Services API: warnings 2022-12-16 11:54:05 +00:00
apis Remove old comments about IPv6 not being ready 2022-12-23 11:06:44 -08:00
auth Merge pull request #105598 from gy95/match 2022-01-05 09:22:38 -08:00
capabilities initialize capabilities unit test 2021-03-13 10:53:47 +01:00
client Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
cloudprovider Remove OpenStack cloud provider 2022-11-11 12:04:55 +01:00
cluster/ports e2e_node/{service,util}: use kubelet healthz port. 2022-04-22 16:14:31 -07:00
controller Merge pull request #113787 from gjkim42/update-daemonset-status-despite-error 2022-12-22 15:49:25 -08:00
controlplane Fix indentation/spacing in comments to render correctly in godoc 2022-12-17 23:27:38 -05:00
credentialprovider Merge pull request #114343 from skitt/autorest-to 2022-12-10 09:05:55 -08:00
features lock LegacyServiceAccountTokenNoAutoGeneration 2022-12-16 10:45:35 -08:00
fieldpath Fix quotes that trip up gofmt 2022-07-26 13:14:04 -04:00
generated Remove old comments about IPv6 not being ready 2022-12-23 11:06:44 -08:00
kubeapiserver kubeapiserver/admission: Improving test coverage 2022-12-15 19:01:52 +01:00
kubectl Refactor to simplify factory Validator 2022-12-11 18:20:28 -08:00
kubelet Merge pull request #112021 from mrunalp/test_host_path_pv_selinux_fix 2022-12-23 12:35:27 -08:00
kubemark Merge pull request #112627 from hj-johannes-lee/fix-typo-3 2022-12-09 15:43:14 -08:00
printers formatted the file 2022-11-17 10:58:40 +05:30
probe Fix indentation/spacing in comments to render correctly in godoc 2022-12-17 23:27:38 -05:00
proxy Do not log errors when ServiceHealthServer is closed normally 2022-12-29 17:11:29 +08:00
quota/v1 Use https links for k8s KEPs, issues, PRs, etc 2022-09-23 23:36:24 +00:00
registry Remove TODO about API proxy checking for svc 2022-12-23 12:32:17 -08:00
routes unittests: Fixes unit tests for Windows (part 3) 2022-10-21 19:25:48 +03:00
scheduler Merge pull request #114098 from kidddddddddddddddddddddd/feat/pv_list 2022-12-22 10:11:37 -08:00
security Remove PodSecurityPolicy admission plugin 2022-05-04 16:00:56 -04:00
securitycontext Add missing test cases for RunAsGroup and SetRunAsGroup methods 2021-12-24 17:13:45 +08:00
serviceaccount Merge pull request #111908 from dengyufeng2206/new-test0818 2022-11-08 13:51:20 -08:00
util gofmt 2022-12-23 12:34:31 +01:00
volume Merge pull request #114464 from Nordix/issue-114461 2022-12-24 16:11:26 -08:00
windows/service Fix typo at pkg/windows/service/service.go:94 2022-03-24 07:25:33 -04:00
.import-restrictions cmd/api/testing no longer overrides pkg's rules 2020-04-28 08:46:49 -07:00
OWNERS Move root approvers to subdirs 2022-10-10 13:43:03 -04:00