kubernetes/cmd/libs/go2idl/client-gen/test_apis
Chao Xu 850729bfaf include multiple versions in clientset
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
2016-10-29 13:30:47 -07:00
..
testgroup include multiple versions in clientset 2016-10-29 13:30:47 -07:00
README Rename codecgen "testdata" dir so ugorji works 2016-05-08 20:32:09 -07:00

This dir can not be named "testdata" because of the way ugorji gnerates code.
Specifically, it emits a .go file and then calls `go run` on it.  Because
"testdata" is a special name to Go, it decides NOT to find the vendor dir, and
therefore fails to compile.  Just name it something else.