client-gen now generates the fake client.

This commit is contained in:
Chao Xu
2016-01-15 15:52:05 -08:00
parent 9d23d75071
commit fb81b2278e
43 changed files with 4198 additions and 14 deletions

View File

@@ -77,6 +77,7 @@ func main() {
"k8s.io/kubernetes/pkg/watch",
"k8s.io/kubernetes/pkg/client/unversioned",
"k8s.io/kubernetes/pkg/api/latest",
"k8s.io/kubernetes/pkg/client/testing/fake",
}
if *test {
@@ -90,6 +91,7 @@ func main() {
"test_release_1_1",
"k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/",
false,
false,
}
} else {
inputPath, groupVersions, err := parseInputVersions()
@@ -110,6 +112,7 @@ func main() {
*clientsetName,
*clientsetPath,
*clientsetOnly,
true,
}
}