1
0
mirror of https://github.com/rancher/types.git synced 2025-06-26 21:51:33 +00:00

fix proto error by vendoring correct v1beta2

This commit is contained in:
Daishan Peng 2018-02-07 22:38:23 -07:00 committed by Darren Shepherd
parent 97bab69a8e
commit 9d3f16f941

View File

@ -6,9 +6,9 @@ import (
"github.com/rancher/types/apis/project.cattle.io/v3"
"github.com/rancher/types/factory"
"github.com/rancher/types/mapper"
"k8s.io/api/apps/v1beta2"
"k8s.io/api/core/v1"
"k8s.io/api/extensions/v1beta1"
"k8s.io/kubernetes/staging/src/k8s.io/api/apps/v1beta2"
)
var (