Chao Xu
|
f9f5736b01
|
grep sed
|
2016-02-03 13:06:07 -08:00 |
|
Janet Kuo
|
442c75045a
|
Add kubectl rollout undo
|
2016-02-02 14:20:01 -08:00 |
|
Janet Kuo
|
8fb86a3d3b
|
Add kubectl rollout history
|
2016-02-01 15:32:43 -08:00 |
|
Chao Xu
|
c72d234bbf
|
replacing handwritten client in several controllers
|
2016-01-31 15:42:02 -08:00 |
|
Janet Kuo
|
3396db9510
|
Add rollback subresource; add rollback logic to deployment controller
|
2016-01-30 16:00:34 -08:00 |
|
Janet Kuo
|
42f712467e
|
Use ListOptions when listing RCs in deployment
|
2016-01-30 12:04:35 -08:00 |
|
Janet Kuo
|
c84a0371a2
|
Deployment adds version info to its new rc
|
2016-01-30 12:04:35 -08:00 |
|
Madhusudan.C.S
|
4caa8a2c1d
|
Move pod template hash and label adding util functions to their packages.
These utilities are useful outside Deployments as well, for example
in DaemonSets for DaemonSet updates. So move them to their own util
packages.
|
2016-01-12 16:11:00 -08:00 |
|
harry
|
2a52976983
|
Use hashutil to hold hash tools
|
2016-01-06 22:28:58 +08:00 |
|
k8s-merge-robot
|
9e8233fc3c
|
Merge pull request #17398 from janetkuo/deployment-controller-informer
Auto commit by PR queue bot
|
2015-12-18 19:13:32 -08:00 |
|
Janet Kuo
|
1a8f96231a
|
Add expectation model for pod deletion
|
2015-12-17 19:29:54 -08:00 |
|
Janet Kuo
|
32d153093e
|
Fix deployment tests failures; change ResyncPeriod
|
2015-12-17 19:29:54 -08:00 |
|
Janet Kuo
|
07cecb4148
|
Add unit test for get old rcs
|
2015-12-16 23:10:22 -08:00 |
|
Wojciech Tyczynski
|
960808bf08
|
Switch to versioned ListOptions in client.
|
2015-12-14 14:26:09 +01:00 |
|
Nikhil Jindal
|
aaa1fe67f6
|
Merge pull request #18321 from janetkuo/fix-deployment-getoldrcs
Fix bug when getting old RCs of a deployment
|
2015-12-10 14:22:56 -08:00 |
|
Janet Kuo
|
72bd4e8caf
|
Fix bug when getting new RC of a deployment
|
2015-12-07 23:57:30 -08:00 |
|
Janet Kuo
|
524ec8b48b
|
Fix bug when getting old RCs of a deployment
|
2015-12-07 18:09:51 -08:00 |
|
Janet Kuo
|
8fb0caa15b
|
Implement MinReadySeconds for Deployment
|
2015-12-04 12:58:34 -08:00 |
|
Wojciech Tyczynski
|
6dcb689d4e
|
Simplify List() signature in clients.
|
2015-12-03 09:54:07 +01:00 |
|
Wojciech Tyczynski
|
8343c8ce6c
|
Pass ListOptions to List() methods.
|
2015-12-01 15:00:36 +01:00 |
|
mqliang
|
5bc2560b1f
|
refactor:move GetNewRCTemplate() out of for loop
|
2015-11-19 13:34:18 +08:00 |
|
Mike Danese
|
b0a41108af
|
move deployment PodTemplate to be not a pointer
|
2015-10-28 00:13:40 -07:00 |
|
Wojciech Tyczynski
|
647aa1bc8c
|
Unify per-resource List for unversioned client
|
2015-10-14 08:37:57 +02:00 |
|
nikhiljindal
|
6f61326cdb
|
Fixing the selector for new RC created by deployment
|
2015-10-12 11:00:29 -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 |
|
nikhiljindal
|
c6deb442f9
|
Adding events to deployment
|
2015-10-01 16:38:08 -07:00 |
|
nikhiljindal
|
153c57ffc8
|
Adding a DeploymentDescriber to kubectl
|
2015-09-28 14:21:24 -07:00 |
|