k8s-merge-robot
|
a094a6e3de
|
Merge pull request #15815 from mqliang/lister_test
Auto commit by PR queue bot
|
2015-10-26 11:30:44 -07:00 |
Mike Danese
|
933daef3f8
|
fix cache.Get error handling on bad key
|
2015-10-21 11:43:30 -07:00 |
k8s-merge-robot
|
36e1b80e4a
|
Merge pull request #14881 from lavalamp/fix-14617
Auto commit by PR queue bot
|
2015-10-20 14:14:18 -07:00 |
mqliang
|
62846b8b3c
|
solve conflict after rebase
|
2015-10-19 21:56:24 +08:00 |
mqliang
|
b9f9944351
|
add unit test for StoreToJobLister
|
2015-10-19 21:56:24 +08:00 |
mqliang
|
1ce85d8ffd
|
replace Fatalf to Errorf
|
2015-10-17 19:44:32 +08:00 |
k8s-merge-robot
|
d94e4d64f2
|
Merge pull request #15694 from mqliang/jobList
Auto commit by PR queue bot
|
2015-10-16 21:22:12 -07:00 |
Mike Danese
|
a7a54cac74
|
move job to generalized label selector
|
2015-10-15 07:42:58 -07:00 |
mqliang
|
5122f34206
|
StoreToJobLister.List() should return extensions.JobList, instead of []extension.Job
|
2015-10-15 15:23:52 +08:00 |
Daniel Smith
|
57c6dd93ea
|
Switch type; add comments & disclaimer
|
2015-10-14 16:18:56 -07:00 |
Daniel Smith
|
4bdb1259a7
|
fix delta fifo & various fakes for go1.5.1
|
2015-10-14 16:07:46 -07:00 |
Chao Xu
|
cbb3deb182
|
run goimports
|
2015-10-12 13:31:45 -07:00 |
Chao Xu
|
50a2c4c643
|
grep-sed
|
2015-10-12 13:31:45 -07:00 |
Chao Xu
|
7c9f4cc42f
|
experimental. -> extensions.
|
2015-10-09 15:49:10 -07:00 |
Chao Xu
|
67f316dd19
|
apis/experimental->apis/extensions
|
2015-10-09 15:04:41 -07:00 |
Brendan Burns
|
77fd388485
|
Increase a bunch of timeouts to reduce flakes
|
2015-09-23 11:09:03 -07:00 |
Daniel Martí
|
586cb9126a
|
Move pkg/util.Time to pkg/api/unversioned.Time
Along with our time.Duration wrapper, as suggested by @lavalamp.
|
2015-09-17 17:51:27 -07:00 |
Kris
|
f4ad00d9ae
|
Moving Status object to a common package
|
2015-09-17 14:09:53 -07:00 |
Maciej Szulik
|
8cefa2ee55
|
Job controller logic
|
2015-09-17 10:05:33 +02:00 |
k8s-merge-robot
|
22f698f5b0
|
Merge pull request #13953 from liguangbo/change_iff_to_if_and_only_if
Auto commit by PR queue bot
|
2015-09-16 08:35:20 -07:00 |
liguangbo
|
4df68f03a3
|
change iff to if and only if to improve annotation readability
|
2015-09-16 08:29:36 +00:00 |
Wojciech Tyczynski
|
53ae56f205
|
Replace "minion" with "node" in bunch of places.
|
2015-09-14 11:07:11 +02:00 |
Daniel Smith
|
4c2adabf42
|
move; sed replace
|
2015-09-11 16:03:22 -07:00 |
Daniel Smith
|
15b30b8b09
|
Move version agnostic parts of client
pkg/client/unversioned/cache -> pkg/client/cache
pkg/client/unversioned/record -> pkg/client/record
|
2015-09-10 17:17:59 -07:00 |
Kris Rousey
|
7ba5b058cc
|
Moving client libs to unversioned dir
|
2015-08-18 10:03:19 -07:00 |
Wojciech Tyczynski
|
3a71eb1bcc
|
Store previous value in WatchCache for filtering
|
2015-08-18 09:33:34 +02:00 |
Maciej Szulik
|
686f764fc7
|
Allow other client's implementation to reuse NewListWatchFromClient by passing in the Getter interface, responsible for accessing RESTClient's Get method.
|
2015-08-17 15:25:03 +02:00 |
Wojciech Tyczynski
|
e424da7d0d
|
Implement Cacher for watch in apiserver
|
2015-08-14 09:44:42 +02:00 |
Kris Rousey
|
565189f5b8
|
Correcting all go vet errors
|
2015-08-11 13:55:37 -07:00 |
Veres Lajos
|
9f77e49109
|
typofix - https://github.com/vlajos/misspell_fixer
|
2015-08-08 22:31:48 +01:00 |
Wojciech Tyczynski
|
52e3af4e93
|
Implement watchCache structure.
|
2015-08-07 08:29:17 +02:00 |
Dawn Chen
|
c1c03bb4ca
|
Merge pull request #12139 from kargakis/avoid-reallocs-in-index
cache: Avoid reallocs in Index
|
2015-08-06 13:00:02 -07:00 |
Mike Danese
|
17defc7383
|
run gofmt on everything we touched
|
2015-08-05 17:52:56 -07:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
kargakis
|
95a27394cc
|
cache: Avoid reallocs in Index
|
2015-08-05 16:59:08 +02:00 |
Prashanth Balasubramanian
|
81d91b1f05
|
Bare metal loadblancers
|
2015-08-03 21:35:24 -07:00 |
Mike Danese
|
aca1eb6184
|
Merge pull request #11983 from caesarxuchao/11854
downgrade errors returned by watchHandler in reflector.go to warnnings
|
2015-07-30 08:20:05 -07:00 |
Chao Xu
|
3b11705a99
|
downgrade errors returned by watchHandler in reflector.go to warnnings
|
2015-07-29 10:32:48 -07:00 |
deads2k
|
9386db8c99
|
support multiple index values for a single object
|
2015-07-29 07:54:09 -04:00 |
Mike Danese
|
d167fa27e0
|
rename StoreToControllerLister -> StoreToReplicationControllerLister to make room for more controllers
|
2015-07-27 16:13:47 -07:00 |
Mike Danese
|
5c6f4f5906
|
Merge pull request #10024 from deads2k/name-reflectors
add originator to reflector logging
|
2015-07-24 10:23:34 -07:00 |
markturansky
|
e5a4b75421
|
Added ability to get generated values of an index func
|
2015-07-23 10:00:04 -04:00 |
deads2k
|
f203b16cd9
|
add originator to reflector logging
|
2015-07-10 11:34:49 -04:00 |
Chao Xu
|
1be9789795
|
remove references to v1beta1/2 in listwatch_test.go
|
2015-06-17 17:23:33 -07:00 |
Filip Grzadkowski
|
7cdfb2ac7f
|
Reduce number of list requests in watch-based cache
|
2015-06-03 00:55:49 +02:00 |
Prashanth B
|
6c209ec193
|
Revert "Revert "Wake up rcs when pods get DeletionFinalStateUnknown tombstones""
|
2015-05-29 09:24:39 -07:00 |
Tim Hockin
|
b69fad211e
|
Revert "Wake up rcs when pods get DeletionFinalStateUnknown tombstones"
|
2015-05-28 10:23:55 -07:00 |
Prashanth Balasubramanian
|
8fa66bd962
|
Delta fifo includes objects in DeleteFinalStateUnknow, rcs stop faster
|
2015-05-27 16:45:51 -07:00 |
Jordan Liggitt
|
49ceb82179
|
Wait until stores are filled before processing service account token events
|
2015-05-20 22:19:42 -04:00 |
Prashanth Balasubramanian
|
4b0607cf0b
|
Scheduler ignored nodes with unknown condition status
|
2015-05-06 18:32:52 -07:00 |