k3s/pkg/kubelet
Darren Shepherd f801572fb3 Delete systemd cgroup support 2019-09-04 21:02:00 -07:00
..
apis Make kubelet.sock path changable 2019-08-27 09:33:37 -07:00
cadvisor Drop cloud providers 2019-08-27 09:33:37 -07:00
certificate Interrupt WaitForCertificate if desired kubelet serving cert changes 2019-05-16 15:14:47 -04:00
checkpoint fix golint failures of pkg/kubelet/checkpoint 2019-04-19 18:27:32 +08:00
checkpointmanager fix golint failures of pkg/kubelet/checkpointmanager/checksum 2019-04-25 09:56:43 +08:00
client Ignore proxy settings for kubelet client 2019-09-04 21:02:00 -07:00
cloudresource Migrate fake cloud provider to staging 2019-05-14 13:32:18 -07:00
cm Delete systemd cgroup support 2019-09-04 21:02:00 -07:00
config Merge pull request #73241 from vikaschoudhary16/selinux-label 2019-05-20 11:07:17 -07:00
configmap
container Fix GetReference function 2019-08-13 15:41:47 +02:00
custommetrics
dockershim kubelet: new feature gate: SupportNoneCgroupDriver 2019-08-27 09:33:37 -07:00
envvars K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
events delete unused events 2019-05-29 06:52:11 +08:00
eviction Merge pull request #78496 from dashpole/dashpole_owners 2019-06-01 02:55:07 -07:00
images add dashpole to kubelet owners files 2019-05-29 13:33:48 -07:00
kubeletconfig fix duplicated imports of k8s code (#77484) 2019-05-08 10:12:47 -07:00
kuberuntime kubelet: retry pod sandbox creation when containers were never created 2019-06-27 10:22:21 -07:00
leaky fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
lifecycle Move predicate types from algorithm to predicates 2018-12-21 22:26:47 +08:00
logs New staging repository for cri-api 2019-03-26 18:21:04 -04:00
metrics add dashpole to kubelet owners files 2019-05-29 13:33:48 -07:00
mountpod change import alias of utils/strings 2019-01-30 10:44:09 +08:00
network New staging repository for cri-api 2019-03-26 18:21:04 -04:00
nodelease make node lease renew interval more heuristic 2019-07-19 11:38:53 +08:00
nodestatus Migrate fake cloud provider to staging 2019-05-14 13:32:18 -07:00
oom add dashpole to kubelet owners files 2019-05-29 13:33:48 -07:00
pleg modify random failure 2019-04-27 08:04:58 +08:00
pluginmanager Use read lock for reconciler#getHandlers 2019-05-31 10:39:14 -07:00
pod fix golint failures of pkg/kubelet/pod 2019-04-25 11:54:14 +08:00
preemption Continue admitting the pod regardless of return value from killPodFunc 2019-08-12 09:30:13 -07:00
prober remove metrics prober_probe_result 2019-04-04 17:03:11 +08:00
qos kubelet: set low oom_score_adj for containers in critical pods 2019-02-05 14:28:36 -06:00
remote Clean up PR #71617 2019-04-08 10:34:40 -04:00
runtimeclass generated files 2019-03-07 11:57:12 -08:00
secret fix some spelling error 2019-05-25 06:51:31 +08:00
server only use the resolved name if port was zero 2019-08-27 09:33:37 -07:00
stats Delete systemd cgroup support 2019-09-04 21:02:00 -07:00
status remove unused code 2019-04-19 08:36:31 -04:00
sysctl
token Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
types update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate 2019-05-08 10:01:50 -04:00
util disable kubelet local endpoints on windows 2019-06-04 14:07:10 -07:00
volumemanager Make language of error msgs and func names consistent: ExpandVolumeInUse 2019-06-03 12:26:56 -04:00
winstats gofmt 2019-08-09 16:12:25 -07:00
BUILD Implement plugin manager - a controller that manages plugin registration/unregistration 2019-05-30 19:00:59 -04:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
active_deadline.go
active_deadline_test.go
doc.go
errors.go fix some golint failures of pkg/kubelet 2019-04-22 10:40:51 +08:00
kubelet.go make node lease renew interval more heuristic 2019-07-19 11:38:53 +08:00
kubelet_getters.go Merge pull request #73241 from vikaschoudhary16/selinux-label 2019-05-20 11:07:17 -07:00
kubelet_getters_test.go
kubelet_network.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kubelet_network_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_network_others.go Kubelet: only sync iptables on linux 2018-09-05 10:22:48 +08:00
kubelet_network_test.go Kubelet: only sync iptables on linux 2018-09-05 10:22:48 +08:00
kubelet_node_status.go Reset extended resources only when node is recreated. 2019-05-21 14:16:54 -07:00
kubelet_node_status_test.go Reset extended resources only when node is recreated. 2019-05-21 14:16:54 -07:00
kubelet_pods.go Remove unused variables from computePodPhase 2019-04-08 09:09:09 -07:00
kubelet_pods_linux_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kubelet_pods_test.go update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate 2019-05-08 10:01:50 -04:00
kubelet_pods_windows_test.go Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
kubelet_resources.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_resources_test.go
kubelet_test.go Implement plugin manager - a controller that manages plugin registration/unregistration 2019-05-30 19:00:59 -04:00
kubelet_volumes.go Check for volume-subpaths directory in orpahaned pod cleanup 2018-12-26 10:49:28 -08:00
kubelet_volumes_linux_test.go Check for volume-subpaths directory in orpahaned pod cleanup 2018-12-26 10:49:28 -08:00
kubelet_volumes_test.go Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension. 2019-05-29 15:12:28 -04:00
pod_container_deletor.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pod_container_deletor_test.go
pod_workers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pod_workers_test.go remove unused code 2019-04-19 08:36:31 -04:00
reason_cache.go Simple code and typo fixed in in kubelet 2018-09-06 09:12:39 +08:00
reason_cache_test.go
runonce.go Move from glog to klog 2018-11-10 07:50:31 -05:00
runonce_test.go kubelet: updated logic of verifying a static critical pod 2019-03-12 23:40:20 -07:00
runtime.go fix some golint failures of pkg/kubelet 2019-04-22 10:40:51 +08:00
util.go Remove deprecated Kubelet security controls 2019-05-16 13:33:52 -04:00
volume_host.go Move ExecMount to pkg/volume/util/exec 2019-04-11 12:19:55 -06:00