Fix imports

This commit is contained in:
Dr. Stefan Schimanski
2017-01-17 09:30:30 +01:00
parent e561d5c1c9
commit 5c88b7d05a
109 changed files with 109 additions and 109 deletions

View File

@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
genericapirequest "k8s.io/apiserver/pkg/request"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/rest"
"k8s.io/kubernetes/pkg/genericapiserver/api/rest"
)
// Registry is an interface for things that know how to store ReplicationControllers.