Erik Wilson
|
765fd253f6
|
Update vendor
|
2019-08-19 09:17:28 -07:00 |
Jeff Grafton
|
23ceebac22
|
Run hack/update-bazel.sh
|
2018-06-22 16:22:57 -07:00 |
Minhan Xia
|
212a16eccc
|
add utils to patch pod status
|
2018-05-30 11:15:47 -07:00 |
Michail Kargakis
|
b3765c4df9
|
Backoff correctly when adopting replica sets/pods
|
2016-12-07 16:13:18 +01:00 |
Chao Xu
|
bcc783c594
|
run hack/update-all.sh
|
2016-11-23 15:53:09 -08:00 |
Chao Xu
|
31ed340eec
|
pkg/util
|
2016-11-23 15:53:09 -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 |
Mike Danese
|
3b6a067afc
|
autogenerated
|
2016-10-21 17:32:32 -07:00 |
Michal Rostecki
|
59ca5986dd
|
Print/log pointers of structs with %#v instead of %+v
There are many places in k8s where %+v is used to format a pointer
to struct, which isn't working as expected.
Fixes #26591
|
2016-08-01 22:27:56 +02:00 |
Davanum Srinivas
|
2b0ed014b7
|
Use Go canonical import paths
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports
Fixes #29014
|
2016-07-16 13:48:21 -04:00 |
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
Janet Kuo
|
764df2e096
|
Listing pods only once when getting pods for RS in deployment
|
2016-06-10 09:55:28 -07:00 |
Chao Xu
|
49559a3332
|
Generate the typed clients under the clientset folder
|
2016-03-31 15:28:45 -07:00 |
Janet Kuo
|
64731e8083
|
Address comments
|
2016-03-03 15:56:09 -08:00 |
Janet Kuo
|
aae2073a78
|
Add preconditions to pod/rs update retry func
|
2016-03-03 14:54:28 -08:00 |
Janet Kuo
|
75e570832b
|
Ignore not found error when retrying rs and pods updates
|
2016-03-03 11:45:55 -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 |