kubernetes/pkg/kubelet
Kevin Klues bc686ea27b Update TopologyManager.GetTopologyHints() to take pointers
Previously, this function was taking full Pod and Container objects
unnecessarily. This commit updates this so that they will take pointers
instead.
2020-02-03 17:13:28 +00:00
..
apis update generated files 2020-01-17 11:23:53 -05:00
cadvisor Correct comment around which integrations require cadvisor_stats 2020-01-05 09:23:09 -05:00
certificate refactor 2020-01-29 08:50:45 -08:00
checkpoint Fix misc static check issues 2019-08-21 10:40:21 -07:00
checkpointmanager
client add insecurebackendproxy 2019-10-16 11:43:17 -04:00
cloudresource Correct spelling mistakes 2019-11-06 20:25:19 +08:00
cm Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
config Merge pull request #84927 from mattjmcnaughton/mattjmcnaughton/fix-kubelet-config-common 2020-01-07 21:09:40 -08:00
configmap Fix golint failures in some pkg/kubelet packages 2019-08-03 21:07:12 +02:00
container Remove recorder.PastEventf method 2019-12-30 12:00:23 -05:00
custommetrics fix golint failures of pkg/kubelet/configmap pkg/kubelet/custommetrics 2019-05-20 09:56:19 +08:00
dockershim Merge pull request #76496 from danielqsj/metrics-2 2020-01-13 20:53:09 -08:00
envvars
events Fix golint issues in pkg/kubelet/events/event.go 2019-11-19 13:15:08 +01:00
eviction remove deprecated metrics of kubelet 2020-01-10 16:46:52 +08:00
images Improve readability for image manager tests 2019-07-18 10:14:43 -04:00
kubeletconfig Refactor kubelet component config lenient path decoding 2019-12-05 19:23:48 +08:00
kuberuntime Update container hugepage limit when creating the container 2020-01-28 09:35:02 +09:00
leaky
lifecycle Move GeneralPredicates logic to kubelet. 2020-01-21 09:27:00 -08:00
logs Correct spelling mistakes 2019-11-06 20:25:19 +08:00
metrics Register RunPodSandbox* metrics 2020-01-28 13:26:11 -08:00
network kubelet/network: add sig-network-approvers to OWNERS 2019-11-19 23:05:51 -06:00
nodelease Optimize:remove unnecessary judgment 2019-12-02 14:17:48 +08:00
nodestatus Allow "kubelet --node-ip ::" to mean prefer IPv6 2020-01-07 07:53:21 -05:00
oom Add richer unit tests for OomWatcher 2020-01-14 07:57:06 -05:00
pleg Merge pull request #87193 from mattjmcnaughton/mattjmcnaughton/cleanup-rkt-code-in-pleg 2020-01-14 22:21:46 -08:00
pluginmanager update generated files 2020-01-17 11:23:53 -05:00
pod Merge pull request #84485 from tallclair/mirror-owner 2019-11-09 20:19:39 -08:00
preemption Move GeneralPredicates logic to kubelet. 2020-01-21 09:27:00 -08:00
prober Add startupProbe result handling to kuberuntime 2019-11-13 08:12:54 +01:00
qos Fix golint failures of pkg/kubelet/qos 2019-08-05 15:54:15 +02:00
remote fix typo 2020-01-08 15:48:58 +08:00
runtimeclass Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
secret Fix golint issues in pkg/kubelet/secret 2019-06-20 19:56:29 +02:00
server Merge pull request #86282 from RainbowMango/pr_refactor_resource_endpoint 2020-01-14 02:23:09 -08:00
stats Correct comment around which integrations require cadvisor_stats 2020-01-05 09:23:09 -05:00
status Add UID precondition to kubelet pod status patch updates 2019-12-16 14:27:32 -05:00
sysctl Delete the sysctl runtime admit handler 2020-01-22 08:51:39 -05:00
token Improve error message for projected tokens when API is not enabled 2019-09-26 09:10:07 -04:00
types kubelet: rename HTTPGetter interface 2019-11-08 18:18:59 +01:00
util replace grpc.WithDialer which is deprecated 2019-12-26 17:46:59 +08:00
volumemanager Revert "Merge pull request #87258 from verult/slow-rxm-attach" 2020-01-29 14:58:32 -05:00
winstats golint changes 2019-10-29 08:25:11 -04:00
active_deadline_test.go
active_deadline.go Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
BUILD slim down some lister expansions 2019-12-07 08:27:06 +08:00
doc.go
errors.go
kubelet_getters_test.go
kubelet_getters.go Sync the status of static Pods 2019-12-04 13:28:42 -08:00
kubelet_network_linux.go Add iptables.Monitor, use it from kubelet and kube-proxy 2019-09-17 10:19:26 -04:00
kubelet_network_others.go Add iptables.Monitor, use it from kubelet and kube-proxy 2019-09-17 10:19:26 -04:00
kubelet_network_test.go
kubelet_network.go
kubelet_node_status_others.go Replaces modifying node object with returning a map of labels 2019-11-12 16:50:43 -05:00
kubelet_node_status_test.go Merge pull request #82049 from andrewsykim/ga-node-instance-type-label 2019-11-08 13:47:58 -08:00
kubelet_node_status_windows.go Replaces modifying node object with returning a map of labels 2019-11-12 16:50:43 -05:00
kubelet_node_status.go Merge pull request #84472 from gab-satchi/windows-build-label 2019-11-13 21:46:19 -08:00
kubelet_pods_linux_test.go add status.podIPs in downward api 2019-10-25 09:18:49 -07:00
kubelet_pods_test.go add status.podIPs in downward api 2019-10-25 09:18:49 -07:00
kubelet_pods_windows_test.go add status.podIPs in downward api 2019-10-25 09:18:49 -07:00
kubelet_pods.go Merge pull request #83123 from aramase/dualstack-downward-api 2019-11-14 22:13:42 -08:00
kubelet_resources_test.go change kubelte nodeInfo to nodeLister 2019-10-24 22:46:59 +08:00
kubelet_resources.go
kubelet_test.go slim down some lister expansions 2019-12-07 08:27:06 +08:00
kubelet_volumes_linux_test.go
kubelet_volumes_test.go Use typed errors for special casing volume progress 2019-12-04 14:48:30 -05:00
kubelet_volumes.go Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
kubelet.go Delete the sysctl runtime admit handler 2020-01-22 08:51:39 -05:00
OWNERS
pod_container_deletor_test.go
pod_container_deletor.go
pod_workers_test.go Pass desiredPods to CleanupPods 2019-07-03 10:35:13 +08:00
pod_workers.go Cleanup more static check issues (S1*,ST*) 2019-08-21 10:40:21 -07:00
reason_cache_test.go
reason_cache.go fix golint failures of pkg/kubelet 2019-09-02 17:47:08 +08:00
runonce_test.go Remove pkg/util/mount (moved out of tree) 2019-11-15 08:29:12 -07:00
runonce.go Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
runtime.go Set runtimeState when RuntimeReady is not set or false 2019-08-09 18:52:27 -07:00
util.go Remove dead code from pkg/kubelet/... 2019-08-21 10:40:21 -07:00
volume_host.go Remove pkg/util/mount (moved out of tree) 2019-11-15 08:29:12 -07:00