Chao Xu
|
4f9591b1de
|
move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod
|
2017-04-17 11:38:11 -07:00 |
|
Anirudh
|
bcc73dbe1a
|
Fix StatefulSet apps flakes
|
2017-03-14 02:44:55 -07:00 |
|
Anthony Yeh
|
d8a0017559
|
StatefulSet: Use synchronous Delete of SS in e2e.
This is needed because we changed the default for SS to
OrphanDependents.
|
2017-03-06 09:46:04 -08:00 |
|
Kenneth Owens
|
08f95aff0f
|
Fixes e2e flake by ensuring that the StatefulSet observes mutations to
Pods prior mutating the StatefulSet object to trigger sclaing.
Add ObervedVersion check
|
2017-03-03 11:24:47 -08:00 |
|
Andy Goldstein
|
f6a186b1e1
|
Switch statefulset controller to shared informers
|
2017-02-22 08:53:51 -05:00 |
|
Kenneth Owens
|
4506744def
|
Adds StatefulSet upgrade tests and moves common functionality into the
framework package. This removes the potential for cyclic dependencies
while allowing for code reuse.
|
2017-02-10 11:21:22 -08:00 |
|