Generate the typed clients under the clientset folder

This commit is contained in:
Chao Xu
2016-03-29 14:52:43 -07:00
parent 0d37fbdff9
commit 49559a3332
171 changed files with 14054 additions and 45 deletions

View File

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