kubernetes/pkg/kubelet/config
Patrick Ohly 1d653e6185 test: use cancelation from ktesting
The return type of ktesting.NewTestContext is now a TContext. Code
which combined it WithCancel often didn't compile anymore (cannot overwrite
ktesting.TContext with context.Context). This is a good thing because all of
that code can be simplified to let ktesting handle the cancelation.
2024-03-01 07:51:22 +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 test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
config.go Don't export single-use types 2024-01-30 12:02:23 -08: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
mux_test.go Don't export single-use types 2024-01-30 12:02:23 -08:00
mux.go Don't export single-use types 2024-01-30 12:02:23 -08:00
sources.go