kubernetes/pkg/controller
Xing Zhou fff9940a3d AddOrUpdateTaint should ignore duplicate Taint.
The parameter of AddOrUpdateTaint is Taint pointer, so should use
Taint object itself to compare with the node's taint list to ignore
duplicate taint.
2017-08-10 09:36:17 +08:00
..
bootstrap run hack/update-all 2017-06-22 11:31:03 -07:00
certificates Add missing UID in SubjectAccessReviewSpec 2017-08-02 10:49:02 -04:00
cloud Moved node/testutil to upper dir. 2017-08-08 10:14:21 +08:00
cronjob Merge pull request #48141 from ankon/patch-2 2017-08-05 06:12:57 -07:00
daemon Merge pull request #50124 from k82cn/k8s_49103 2017-08-07 21:36:48 -07:00
deployment Fix printer hack to get a versioned client 2017-08-06 15:30:13 +02:00
disruption remove duplicated import and wrong alias name of api package 2017-07-25 10:04:25 +08:00
endpoint There is no need to split service key repeatedly 2017-08-07 20:18:20 +08:00
garbagecollector Fix typo in comment 2017-08-05 22:47:48 +05:30
history Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
job Let controllers ignore initialization timeout error when creating a pod. 2017-08-03 15:28:08 -07:00
namespace Merge pull request #49495 from deads2k/controller-12-toleration 2017-07-27 21:45:34 -07:00
node golint fixes 2017-08-08 17:04:50 -07:00
podautoscaler remove duplicated import and wrong alias name of api package 2017-07-25 10:04:25 +08:00
podgc Moved node/testutil to upper dir. 2017-08-08 10:14:21 +08:00
replicaset Let controllers ignore initialization timeout error when creating a pod. 2017-08-03 15:28:08 -07:00
replication Let controllers ignore initialization timeout error when creating a pod. 2017-08-03 15:28:08 -07:00
resourcequota fix typo 2017-08-05 11:09:15 +08:00
route Have a uniform format for filenames across controllers 2017-08-02 09:50:05 +05:30
service Have a uniform format for filenames across controllers 2017-08-02 09:50:05 +05:30
serviceaccount Remove 0,1,3 from rand.String, to avoid 'bad words' 2017-08-03 15:52:33 +08:00
statefulset Copy annotations from StatefulSet to ControllerRevisions it owns 2017-08-07 14:50:05 -07:00
testutil Moved node/testutil to upper dir. 2017-08-08 10:14:21 +08:00
ttl Have a uniform format for filenames across controllers 2017-08-02 09:50:05 +05:30
volume Merge pull request #49016 from jsafrane/pv-controller-no-resync 2017-08-01 16:39:40 -07:00
.import-restrictions add import restrictions 2016-10-13 16:10:24 -07:00
BUILD Moved node/testutil to upper dir. 2017-08-08 10:14:21 +08:00
client_builder.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
controller_ref_manager_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
controller_ref_manager.go Export BaseControllerRefManager 2017-07-17 22:36:51 +02:00
controller_utils_test.go AddOrUpdateTaint should ignore duplicate Taint. 2017-08-10 09:36:17 +08:00
controller_utils.go Merge pull request #49524 from k82cn/k8s_49522 2017-08-07 13:51:54 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Use fnv.New32a() in hash instead adler32 2017-02-15 14:03:54 +08:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00