kubernetes/pkg/kubelet/config
Patrick Ohly d11511b1e8 kubelet: enhance context support
27a68aee3a introduced context support for events. Creating an event
broadcaster with context makes tests more resilient against leaking goroutines
when that context gets canceled at the end of a test and enables per-test
output via ktesting.

To use this in kubelet, a more thorough code update is needed. For now,
context.TODO serves as a reminder that this is necessary.
2023-12-01 10:15:01 +01:00
..
apiserver_test.go
apiserver.go pkg/kubelet: improve the node informer sync check 2021-04-21 22:46:27 +03:00
common_test.go kubelet: Support ClusterTrustBundlePEM projections 2023-11-03 11:40:48 -07:00
common.go kubelet: Support ClusterTrustBundlePEM projections 2023-11-03 11:40:48 -07:00
config_test.go kubelet: enhance context support 2023-12-01 10:15:01 +01:00
config.go Merge pull request #111930 from azylinski/new-histogram-pod_start_sli_duration_seconds 2022-11-04 07:28:14 -07:00
defaults.go Set correct SELinux label for host paths volumes created by host path provisioner 2022-08-24 17:57:47 -07:00
doc.go
file_linux_test.go Remove no-longer used selflink code from kubelet 2022-01-14 10:38:23 +01:00
file_linux.go Use early return pattern to avoid nested conditions 2023-05-03 02:27:26 +09:00
file_test.go Remove ioutil in kubelet and its tests 2022-07-30 12:35:26 +09:00
file_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
file.go Pre-allocated memory 2021-06-01 15:19:44 +08:00
flags.go pod-infra-container-image: update comments as it will be removed in couple more releases 2023-03-09 11:14:32 +08:00
http_test.go Remove no-longer used selflink code from kubelet 2022-01-14 10:38:23 +01:00
http.go Pre-allocated memory 2021-06-01 15:19:44 +08:00
sources.go