kubernetes/pkg/kubelet
Daniel Mueller 9050c510e6 Remove unused variables from computePodPhase
The initialized and failed variables in the computePodPhase function are
effectively write only. Remove them.
2019-04-08 09:09:09 -07:00
..
apis Handle feature gate errors 2019-04-03 16:52:05 +02:00
cadvisor Graduate HugePages feature to GA 2019-02-02 00:21:10 -05:00
certificate Use CodecFactory.WithoutConversion() everywhere 2019-04-03 22:19:13 -04:00
checkpoint Move from glog to klog 2018-11-10 07:50:31 -05:00
checkpointmanager fix_the_checkpoint_no_hostip_bug 2018-11-12 14:41:04 +08:00
client pass handler ctx to node rest nodegetter 2018-10-01 09:27:18 -04:00
cloudresource fallback to previously collected addresses if a sync loop fails 2019-01-29 11:05:27 -08:00
cm New staging repository for cri-api 2019-03-26 18:21:04 -04:00
config Merge pull request #73917 from droslean/cleanup 2019-03-19 19:01:04 -07:00
configmap Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
container New staging repository for cri-api 2019-03-26 18:21:04 -04:00
custommetrics Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
dockershim Merge pull request #75587 from tiffanyfay/cred-provider 2019-03-29 14:48:47 -07:00
envvars K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
events Merge pull request #71822 from houjun41544/20181207-event 2019-03-20 11:07:47 -07:00
eviction kubelet: updated logic of verifying a static critical pod 2019-03-12 23:40:20 -07:00
images New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kubeletconfig Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
kuberuntime Merge pull request #74220 from tedyu/master 2019-04-04 17:47:19 -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 Fix computing of cpu nano core usage 2019-03-05 09:25:40 -08: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 Move from glog to klog 2018-11-10 07:50:31 -05:00
nodestatus Add CSINode initialization for CSIMigration on node startup before pod ready 2019-03-07 14:47:38 -08:00
pleg New staging repository for cri-api 2019-03-26 18:21:04 -04:00
pod Fix secret/configmap management for terminated pods 2019-02-28 18:59:53 +01:00
preemption Move predicate types from algorithm to predicates 2018-12-21 22:26:47 +08:00
prober Don't follow non-local redirects for http probes 2019-03-15 11:04:30 -07:00
qos kubelet: set low oom_score_adj for containers in critical pods 2019-02-05 14:28:36 -06:00
remote Merge pull request #75531 from dims/add-new-staging-repository-for-cri-api 2019-03-26 18:10:49 -07:00
runtimeclass generated files 2019-03-07 11:57:12 -08:00
secret Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
server New staging repository for cri-api 2019-03-26 18:21:04 -04:00
stats New staging repository for cri-api 2019-03-26 18:21:04 -04:00
status reconcile pod ready condition when message is not expected 2019-03-20 14:05:40 -07:00
sysctl Run make update 2018-06-06 00:12:40 +02:00
token Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
types Remove container type from kubelet runtime labels 2018-12-21 15:47:47 +01:00
util Test with 2 pods, to make it more reliable. 2019-03-07 17:02:51 +01:00
volumemanager Move CSIDriver Lister to the controller 2019-04-05 12:20:11 -07:00
winstats Run hack/update-bazel.sh 2019-03-07 09:55:58 +08:00
active_deadline_test.go
active_deadline.go
BUILD Move CSIDriver Lister to the controller 2019-04-05 12:20:11 -07:00
doc.go
errors.go fix some typos 2019-01-08 12:46:05 +08:00
kubelet_getters_test.go
kubelet_getters.go replace pkg/util/file with k8s.io/utils/path 2019-01-29 15:20:13 -05: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_network.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kubelet_node_status_test.go spelling error 'heatbeat' 2019-03-09 00:22:06 +08:00
kubelet_node_status.go Add CSINode initialization for CSIMigration on node startup before pod ready 2019-03-07 14:47:38 -08:00
kubelet_pods_linux_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kubelet_pods_test.go Merge pull request #74529 from liggitt/kubelet-service-links-error 2019-03-05 09:49:59 -08:00
kubelet_pods_windows_test.go Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
kubelet_pods.go Remove unused variables from computePodPhase 2019-04-08 09:09:09 -07:00
kubelet_resources_test.go Cleanup verbose cAdvisor mocking in Kubelet unit tests 2018-06-27 11:53:41 -07:00
kubelet_resources.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_test.go kubelet: updated logic of verifying a static critical pod 2019-03-12 23:40:20 -07: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 Refactor of GenerateMapDeviceFunc to delegate Map call to volume plugin. 2018-06-03 17:25:37 -04:00
kubelet_volumes.go Check for volume-subpaths directory in orpahaned pod cleanup 2018-12-26 10:49:28 -08:00
kubelet.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
oom_watcher_test.go
oom_watcher.go Move from glog to klog 2018-11-10 07:50:31 -05:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
pod_container_deletor_test.go
pod_container_deletor.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pod_workers_test.go
pod_workers.go Move from glog to klog 2018-11-10 07:50:31 -05:00
reason_cache_test.go
reason_cache.go Simple code and typo fixed in in kubelet 2018-09-06 09:12:39 +08:00
runonce_test.go kubelet: updated logic of verifying a static critical pod 2019-03-12 23:40:20 -07:00
runonce.go Move from glog to klog 2018-11-10 07:50:31 -05:00
runtime.go Add CSINode initialization for CSIMigration on node startup before pod ready 2019-03-07 14:47:38 -08:00
util.go
volume_host.go Move CSIDriver Lister to the controller 2019-04-05 12:20:11 -07:00