Files
kubernetes/pkg/client
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-04-03 14:42:06 +02:00
2015-01-09 23:46:02 -08:00
2015-03-26 10:15:25 +01:00
2015-04-10 12:53:16 +02:00
2015-04-10 12:53:16 +02:00
2015-04-21 06:33:28 -07:00
2015-04-13 21:17:09 -04:00