deads2k
|
be39283923
|
plumb stopch to post start hook index since many of them are starting go funcs
|
2017-05-11 09:16:13 -04:00 |
Mike Danese
|
21617a60ae
|
don't use build tags to mark integration tests
|
2017-04-28 14:19:39 -07:00 |
Anthony Yeh
|
ca13b9e532
|
RC/RS: Use ControllerRef to route watch events.
This is part of the completion of ControllerRef, as described here:
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/controller-ref.md#watches
This also removes the need for the Pod->Controller mapping cache in RC
and RS. This mapping is now persisted in the Pod's ControllerRef
instead.
|
2017-03-01 15:43:50 -08:00 |
Chao Xu
|
31cb266340
|
tests
|
2017-02-28 23:05:41 -08:00 |
Mayank Kumar
|
6b35ff72ce
|
Enable Garbage collection by default for RS and RC
|
2017-02-23 22:37:52 -08:00 |
deads2k
|
fd34b11e13
|
react to informer updates
|
2017-02-13 09:18:32 -05:00 |
Andy Goldstein
|
70c6087600
|
Replace hand-written informers with generated ones
Replace existing uses of hand-written informers with generated ones.
Follow-up commits will switch the use of one-off informers to shared
informers.
|
2017-02-06 13:49:27 -05:00 |
deads2k
|
b0b156b381
|
make tools/cache authoritative
|
2017-01-25 08:29:45 -05:00 |
Clayton Coleman
|
469df12038
|
refactor: move ListOptions references to metav1
|
2017-01-23 17:52:46 -05:00 |
deads2k
|
ee6752ef20
|
find and replace
|
2017-01-20 08:04:53 -05:00 |
Clayton Coleman
|
9a2a50cda7
|
refactor: use metav1.ObjectMeta in other types
|
2017-01-17 16:17:19 -05:00 |
deads2k
|
26c46971f2
|
move PatchType to apimachinery
|
2017-01-17 08:32:05 -05:00 |
NickrenREN
|
a12dea14e0
|
fix redundant alias clientset
|
2017-01-12 10:21:05 +08:00 |
deads2k
|
6a4d5cd7cc
|
start the apimachinery repo
|
2017-01-11 09:09:48 -05:00 |
Chao Xu
|
03d8820edc
|
rename /release_1_5 to /clientset
|
2016-12-14 12:39:48 -08:00 |
Clayton Coleman
|
c52d510a24
|
refactor: generated
|
2016-12-10 18:05:53 -05:00 |
Wojciech Tyczynski
|
a9ec31209e
|
GetOptions - fix tests
|
2016-12-09 09:42:01 +01:00 |
Clayton Coleman
|
3454a8d52c
|
refactor: update bazel, codec, and gofmt
|
2016-12-03 19:10:53 -05:00 |
Clayton Coleman
|
5df8cc39c9
|
refactor: generated
|
2016-12-03 19:10:46 -05:00 |
Chao Xu
|
f3b5d514ab
|
test/integration
|
2016-11-23 15:53:09 -08:00 |
Piotr Szczesniak
|
3bea5fc28a
|
Removed 1.3 clientset usage
|
2016-10-28 15:02:32 +02:00 |
Chao Xu
|
0a896a9e57
|
remove versioned LabelSelector definitions
|
2016-10-26 13:50:13 -07:00 |
gmarek
|
24975aad30
|
Revert "remove versioned LabelSelector definitions"
This reverts commit 1ace8fa9ce .
|
2016-10-26 16:52:02 +02:00 |
Chao Xu
|
1ace8fa9ce
|
remove versioned LabelSelector definitions
|
2016-10-25 22:09:02 -07:00 |
deads2k
|
b471398f1f
|
convert replica set controller to shared informer
|
2016-10-18 08:13:37 -04:00 |
deads2k
|
5d3a210321
|
convert bootstrap controller to posthook to tighten master.go
|
2016-10-10 08:15:45 -04:00 |
Mike Danese
|
a765d59932
|
move informer and controller to pkg/client/cache
Signed-off-by: Mike Danese <mikedanese@google.com>
|
2016-09-15 12:50:08 -07:00 |
Kubernetes Submit Queue
|
42a12a4cd6
|
Merge pull request #29978 from hodovska/sharedInformer-fixup
Automatic merge from submit-queue
SharedInformerFactory: usage and fixes
Follow-up for #26709
|
2016-08-04 09:00:23 -07:00 |
Dominika Hodovska
|
816f6d32ca
|
Collapse duplicate informer creation paths
|
2016-08-04 09:02:13 +02:00 |
Chao Xu
|
ed091e8fe0
|
fix 29992
|
2016-08-03 13:36:53 -07:00 |
Chao Xu
|
7797ff2ead
|
fix 29451
|
2016-07-29 13:15:27 -07:00 |
Wojciech Tyczynski
|
e21b7109e1
|
Integration tests for ReplicaSet OwnerRef
|
2016-07-21 11:36:52 +02:00 |