Added test cases

This commit is contained in:
Abhishek Gupta
2015-02-27 12:53:04 -08:00
parent e5d319d611
commit a04e600f16
3 changed files with 81 additions and 1 deletions

View File

@@ -33,6 +33,6 @@ const OldestVersion = "v1"
var Versions = []string{"v1"}
// Codec is the default codec for serializing input that should use
// the latest supported version. Use this Codec when reading from the file.
// the latest supported version.
// This codec can decode any object that Kubernetes is aware of.
var Codec = v1.Codec