include multiple versions in clientset

update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
This commit is contained in:
Chao Xu
2016-10-21 15:24:05 -07:00
parent 3bda6884b8
commit 850729bfaf
581 changed files with 3197 additions and 2087 deletions

View File

@@ -23,7 +23,7 @@ import (
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"
unversionedcore "k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/unversioned"
unversionedcore "k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion"
)
// updateReplicaCount attempts to update the Status.Replicas of the given controller, with a single GET/PUT retry.