Add storage.k8s.io/v1

This commit is contained in:
Jan Safranek
2017-02-24 13:34:18 +01:00
parent 2bb97435eb
commit 3f6caca97a
15 changed files with 291 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
storage "k8s.io/kubernetes/pkg/apis/storage/v1beta1"
storage "k8s.io/kubernetes/pkg/apis/storage/v1"
"k8s.io/kubernetes/pkg/client/legacylisters"
)