Maciej Kwiek
|
0bec588202
|
PetSet returns valid replica count in status
If the first pod is not healthy and next pods are not yet created, do
not provide the status with incorrect replica count
|
2016-09-27 10:58:26 +02:00 |
|
deads2k
|
b83a317003
|
switch controller manager to generated clientset
|
2016-09-20 12:53:47 -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
|
562e1747a8
|
Merge pull request #31698 from m1093782566/m109-pet-set-errs-err
Automatic merge from submit-queue
[Pet Set] Refactor return []error to error
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**Which issue this PR fixes**
I propose refactor return value from `[]error` to error [here](https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/petset/pet_set.go#L80), for the purpose of simplify code and format error output.
I think we can use `errors.NewAggregate(errorList)` to aggregate `[]error`.
|
2016-09-05 22:09:07 -07:00 |
|
m1093782566
|
a3a5c0c4c5
|
refactor return []error to error
Change-Id: Ieb9866a9768026067ae3c9b70c8972677bac6875
|
2016-09-01 17:09:22 +08:00 |
|
deads2k
|
4317173d3f
|
add names for workqueues to gather controller latency/depth metrics
|
2016-08-30 09:51:50 -04:00 |
|
Anirudh
|
0e5a49f667
|
Petset hotlooping issue.
|
2016-08-24 19:21:47 -07:00 |
|
Wojciech Tyczynski
|
331083727f
|
Change podNamespacer API
|
2016-08-17 16:55:01 +02:00 |
|
Wojciech Tyczynski
|
acfd8c787f
|
Avoid computing super-expensive DeepEqual on every pod update
|
2016-08-11 08:35:36 +02:00 |
|
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
|
mqliang
|
c10f43a2e5
|
implement AddIndexers for SharedIndexInformer
|
2016-05-06 21:23:18 +08:00 |
|
Prashanth Balasubramanian
|
6bc3052551
|
PetSet alpha controller
|
2016-05-04 18:39:17 -07:00 |
|