k3s/pkg/kubelet/config
Yu-Ju Hong deafa44d61 kubelet: send all recevied pods in one update
The kubelet sync loop relies on getting one update as the signal that the
specific source is ready. This change ensures that we don't send multiple
updates (ADD, UPDATE) for the first batch of pods. This is required to prevent
the cleanup routine from killing pods prematurely.
2016-03-17 14:24:35 -07:00
..
apiserver.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
apiserver_test.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
common.go Remaining codec change refactors 2016-01-22 13:27:27 -05:00
common_test.go Fix gofmt errors 2016-03-08 09:46:47 +01:00
config.go kubelet: send all recevied pods in one update 2016-03-17 14:24:35 -07:00
config_test.go kubelet: send all recevied pods in one update 2016-03-17 14:24:35 -07:00
doc.go
file.go Rewritte util.* -> wait.* wherever reasonable 2016-02-07 12:02:20 +01:00
file_test.go Rewritte util.* -> wait.* wherever reasonable 2016-02-07 12:02:20 +01:00
http.go Continue logging failure to contact metadata url, fix conn leak. 2016-02-29 12:47:19 -08:00
http_test.go Continue logging failure to contact metadata url, fix conn leak. 2016-02-29 12:47:19 -08:00