k3s/pkg/conversion
Clayton Coleman 545a5a865f List output with differing types should be more resilient
kubectl get can output a series of objects as a List in versioned
form, but not all API objects are available in the same schema.
Make the act of converting a []runtime.Object to api.List more
robust and add a test to verify its behavior in Get.

Makes it easier for client code to output unified objects.
2015-04-20 14:44:16 -04:00
..
converter.go Add DeepCopy! Also-- optimize conversion for []byte 2015-04-10 13:26:46 -07:00
converter_test.go Add DeepCopy! Also-- optimize conversion for []byte 2015-04-10 13:26:46 -07:00
decode.go Allow map[string][]string to be converted to an object 2015-03-24 17:25:45 -04:00
deep_copy.go Reuse gob.Encoder and Decoder in DeepCopy 2015-04-13 13:52:38 -04:00
deep_copy_test.go Reuse gob.Encoder and Decoder in DeepCopy 2015-04-13 13:52:38 -04:00
deep_equal.go Fix licensing for forked code. 2015-04-03 17:06:24 -07:00
doc.go Add documentation and tests to conversion. 2014-08-01 14:26:36 -07:00
encode.go List output with differing types should be more resilient 2015-04-20 14:44:16 -04:00
error.go Add specific errors for missing kind and version. 2015-02-26 11:19:04 -08:00
meta.go Replace automatic YAML decoding with opt-in YAML decoding 2015-03-20 00:03:56 -04:00
meta_test.go Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00
scheme.go Allow map[string][]string to be converted to an object 2015-03-24 17:25:45 -04:00
scheme_test.go Move all kubernetes to posix flags 2015-01-15 09:12:19 -08:00