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:
parent
97bab69a8e
commit
9d3f16f941
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user