Files
kubernetes/pkg
Clayton Coleman 12ba4e2452 Do not automatically decode runtime.RawExtension
Make clients opt in to decoding objects that are stored
in the generic api.List object by invoking runtime.DecodeList()
with a set of schemes. Makes it easier to handle unknown
schema objects because decoding is in the control of the code.

Add runtime.Unstructured, which is a simple in memory
representation of an external object.
2015-04-29 12:53:07 -04:00
..
2015-03-19 19:49:44 -04:00
2015-02-20 08:49:12 -08:00
2015-03-30 19:28:11 -07:00
2015-04-27 15:11:03 -07:00
2015-04-13 14:08:50 -07:00