Chao Xu
|
03d8820edc
|
rename /release_1_5 to /clientset
|
2016-12-14 12:39:48 -08:00 |
|
yarntime@163.com
|
148170da5d
|
fix typo
|
2016-12-05 11:58:21 +08: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
|
7eeb71f698
|
cmd/kube-controller-manager
|
2016-11-23 15:53:09 -08:00 |
|
m1093782566
|
396d959252
|
implement statefulset update pet unit test
Change-Id: I2234ee8357752aaa8801efb52d5963c215a0344d
|
2016-11-05 19:47:01 +08:00 |
|
Chao Xu
|
850729bfaf
|
include multiple versions in clientset
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
|
2016-10-29 13:30:47 -07:00 |
|
Janet Kuo
|
10aee82ae3
|
Rename PetSet API to StatefulSet
|
2016-10-27 17:25:10 -07:00 |
|
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 |
|