k3s/pkg/conversion
Clayton Coleman 6918a4d32e Replace automatic YAML decoding with opt-in YAML decoding
Base codecs no longer automically handle YAML.  Instead, clients
must convert to JSON first via yaml.ToJSON and runtime.YAMLDecoder.
2015-03-20 00:03:56 -04:00
..
converter.go Factor out API defaulting from validation logic 2015-02-03 00:55:42 -08:00
converter_test.go Factor out API defaulting from validation logic 2015-02-03 00:55:42 -08:00
decode.go Replace automatic YAML decoding with opt-in YAML decoding 2015-03-20 00:03:56 -04:00
deep_equal.go Make unexported fields panic (informatively) 2015-03-05 21:40:37 -08:00
deep_equal_test.go Make semantic deep equal public feature 2015-01-07 15:21:34 -08:00
doc.go Add documentation and tests to conversion. 2014-08-01 14:26:36 -07:00
encode.go v1beta1 should return Minion as kind, rather than Node 2014-12-17 19:55:56 -05: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 Sketch: a third take on defaulting values 2015-02-02 22:35:58 -08:00
scheme_test.go Move all kubernetes to posix flags 2015-01-15 09:12:19 -08:00