From 9d3f16f9418d08475abd8a3dcbd93b1719089f1a Mon Sep 17 00:00:00 2001 From: Daishan Peng Date: Wed, 7 Feb 2018 22:38:23 -0700 Subject: [PATCH] fix proto error by vendoring correct v1beta2 --- apis/project.cattle.io/v3/schema/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/project.cattle.io/v3/schema/schema.go b/apis/project.cattle.io/v3/schema/schema.go index aae179b3..73622e64 100644 --- a/apis/project.cattle.io/v3/schema/schema.go +++ b/apis/project.cattle.io/v3/schema/schema.go @@ -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 (