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 |
|
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
|
markturansky
|
0e7f73ad67
|
expand volume.Spec to include full Volume and PV
|
2015-09-03 08:57:32 -04:00 |
|
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
|
markturansky
|
124bb22f92
|
Honor ReadOnly flag from persistent-volume plugin
|
2015-07-29 14:34:15 -04:00 |
|
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
|
markturansky
|
e1481fb9c2
|
Refactored Volume plugins to use InternalVolume instead of API types
|
2015-04-14 14:25:01 -04:00 |
|