Fix clientset imports

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
This commit is contained in:
Andy Goldstein
2017-10-30 13:31:03 -04:00
parent 4957dfce61
commit 15fe87aea3
20 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"github.com/heptio/ark/pkg/apis/ark/v1"
"github.com/heptio/ark/pkg/generated/clientset/scheme"
"github.com/heptio/ark/pkg/generated/clientset/versioned/scheme"
)
// Encode converts the provided object to the specified format