k3s/pkg/controller
Weixu Zhuang c7756ce8d5 Enqueue DaemonSet only it has new or updated nodes in it.
When add node or update node func is called, all DaemonSets are enqueued to workqueue
of DaemonSet Controller. The consumer of the workqueue does an iteration of node.List
for every DaemonSet in the workqueue.

This change examinate the daemonSet before we enqueue it into DaemonSetController's work queue.
It will enqueue the DaemonSet only when it is related to the changed node.
2015-11-30 11:51:43 -08:00
..
daemon Enqueue DaemonSet only it has new or updated nodes in it. 2015-11-30 11:51:43 -08:00
deployment This commit adds type information to events. 2015-11-24 09:59:54 -05:00
endpoint Unversioned types should not use ambiguous go-int 2015-11-26 11:45:25 -05:00
framework Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00
gc Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00
job Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00
namespace Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00
node Merge pull request #17694 from hongchaodeng/ratelimit 2015-11-26 13:12:26 -08:00
persistentvolume Merge pull request #17747 from saad-ali/fixErrorCreatingPDTry2 2015-11-25 15:57:42 -08:00
podautoscaler This commit adds type information to events. 2015-11-24 09:59:54 -05:00
replication Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00
resourcequota Add resource requests support 2015-11-12 16:56:07 +01:00
route Fixes remaining imports per #15319 2015-10-20 07:13:13 -04:00
service This commit adds type information to events. 2015-11-24 09:59:54 -05:00
serviceaccount Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00
controller_utils.go This commit adds type information to events. 2015-11-24 09:59:54 -05:00
controller_utils_test.go update client.Config to use GroupVersion 2015-11-21 08:29:26 -05:00
doc.go Refactor package controller 2015-07-29 09:54:35 -07:00