Anthony Yeh
01d025a7cc
ControllerRefManager: Don't always filter inactive Pods.
...
Some controllers, like DaemonSet, want to see all Pods.
2017-03-01 15:43:51 -08:00
Chao Xu
c3baf402f5
gc changes
2017-02-28 23:05:41 -08:00
Anthony Yeh
70bd5fdfe5
Refactor ControllerRefManager
...
To prepare for implementing ControllerRef across all controllers,
this pushes the common adopt/orphan logic into ControllerRefManager
so each controller doesn't have to duplicate it.
This also shares the adopt/orphan logic between Pods and ReplicaSets,
so it lives in only one place.
2017-02-16 15:09:17 -08:00
Kubernetes Submit Queue
36809e2c2e
Merge pull request #39366 from zdj6373/manager-log
...
Automatic merge from submit-queue (batch tested with PRs 40527, 40738, 39366, 40609, 40748)
Log rectification
Log error, modify
2017-01-31 15:49:43 -08:00
Clayton Coleman
9a2a50cda7
refactor: use metav1.ObjectMeta in other types
2017-01-17 16:17:19 -05:00
deads2k
77b4d55982
mechanical
2017-01-16 09:35:12 -05:00
zdj6373
540f3bb7f8
Log rectification,review
2017-01-14 10:17:06 +08:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Wojciech Tyczynski
d1292a7397
Optimize memory allocations in controller manager
2016-12-27 16:11:11 +01:00
Mayank Kumar
777977612b
ReplicaSet has owner ref of the Deployment that created it
2016-12-22 16:45:50 -08:00
Michail Kargakis
7ef3e6f7c9
controller: wait for all pods to be deleted before Recreating
2016-12-15 19:55:18 +01:00
Clayton Coleman
c52d510a24
refactor: generated
2016-12-10 18:05:53 -05:00
Clayton Coleman
3c72ee2189
Change references to OwnerReference
2016-12-10 18:05:36 -05:00
Clayton Coleman
35a6bfbcee
generated: refactor
2016-11-23 22:30:47 -06:00
Chao Xu
7eeb71f698
cmd/kube-controller-manager
2016-11-23 15:53:09 -08:00
Chao Xu
594234d61c
fix tests; convert IsPodActive to operate on *Pod
2016-08-17 13:05:37 -07:00
Wojciech Tyczynski
331083727f
Change podNamespacer API
2016-08-17 16:55:01 +02:00
Chao Xu
11a341de67
let RC manager utilize the GC
2016-07-14 19:59:31 -07:00