Scripted migration from clientset_generated to client-go.

This commit is contained in:
Jacob Simpson
2017-06-23 13:56:37 -07:00
parent d20414e2b6
commit 29c1b81d4c
488 changed files with 993 additions and 974 deletions

View File

@@ -32,9 +32,9 @@ import (
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/dynamic"
"k8s.io/client-go/informers"
"k8s.io/client-go/tools/cache"
"k8s.io/client-go/util/workqueue"
informers "k8s.io/kubernetes/pkg/client/informers/informers_generated/externalversions"
)
type eventType int