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 |
Clayton Coleman
|
1eaa5c41f9
|
RawExtension was not properly marshalled
MarshalJSON can't use a pointer to a struct for RawExtension:
http://stackoverflow.com/questions/21390979/custom-marshaljson-never-gets-called-in-go
|
2014-12-09 10:31:14 -05:00 |
Sam Ghods
|
6399854240
|
Remove unused YAML tags and GetYAML/SetYAML methods
Unneeded after move to ghodss/yaml.
|
2014-12-02 16:25:28 -08:00 |
Sam Ghods
|
9a9a1e0939
|
Move from go-yaml/yaml to ghodss/yaml
|
2014-12-02 16:24:05 -08:00 |
Clayton Coleman
|
9a0add3c96
|
runtime.RawExtension must copy the buffer, not use it
|
2014-09-22 15:57:37 -04:00 |
Daniel Smith
|
52d2c221b8
|
pkg/runtime now has a well defined api pluggability model.
|
2014-09-15 13:15:46 -07:00 |