Kubernetes Submit Queue
01d6ac64b4
Merge pull request #29898 from matttproud/refactor/simplify/garbagecollector
...
Automatic merge from submit-queue
pkg/controller/garbagecollector: simplify mutexes.
pkg/controller/garbagecollector: simplified synchronization and made idiomatic.
Similar to #29598 , we can rely on the zero-value construction behavior
to embed `sync.Mutex` into parent structs.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29898 )
<!-- Reviewable:end -->
2016-08-09 21:39:26 -07:00
Chao Xu
4d2350632c
only store typeMeta and objectMeta in the gc store
2016-08-08 17:23:13 -07:00
deads2k
32920b5617
add subjectaccessreviews resource
2016-08-05 11:20:56 -04:00
deads2k
60dd4a5d26
interesting changes to add tokenreviews endpoint to implement webhook
2016-08-03 08:37:45 -04:00
Matt T. Proud
1ca99119fd
pkg/controller/garbagecollector: simplify mutexes.
...
Similar to #29598 , we can rely on the zero-value construction behavior
to embed `sync.Mutex` into parent structs.
2016-08-02 08:23:27 +02:00
k8s-merge-robot
a4442250f3
Merge pull request #29550 from caesarxuchao/fix-28713
...
Automatic merge from submit-queue
[Garbage Collector] GC waits for all reflectors to be synced before starting workers
Fix 28713. See https://github.com/kubernetes/kubernetes/issues/28713#issuecomment-234826276 for details on the cause of the flake. The test has passed 100 times locally.
2016-08-01 18:41:12 -07:00
Chao Xu
d077db366a
GC waits for all reflectors to be synced before starts workers
2016-07-25 14:03:30 -07:00
lixiaobing10051267
57eabf2b7e
Garbagecollector.go
2016-07-21 22:31:08 +08:00
Wojciech Tyczynski
f71244975d
Revert "[garbage collector] add e2e test"
2016-07-15 10:10:02 +02:00
Chao Xu
7a5b3c43a0
plumb --enable_garbage_collector from environment variable;
...
adding a simple e2e test
2016-07-08 10:27:16 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Chao Xu
d9f07925be
let dynamic client handle non-registered ListOptions;
...
register ListOptions for apis/policy
2016-06-22 13:18:50 -07:00
Chao Xu
c15c10f312
fix a log line
2016-06-10 09:58:27 -07:00
Chao Xu
06f49f7ca7
Let the dynamic client take a customized parameter codec for List, Watch, and DeleteCollection.
...
Let the gc's ListWatcher use api.ParameterCodec. Fixes 25890.
2016-06-03 11:22:51 -07:00
Chao Xu
1665546d2d
add finalizer logics to the API server and the garbage collector; handling DeleteOptions.OrphanDependents in the API server
2016-05-24 13:07:28 -07:00
Chao Xu
c73406bcfe
the garbage collector controller
2016-05-15 16:04:19 -07:00