1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 05:09:10 +00:00

go generate

This commit is contained in:
rmweir
2019-06-11 17:48:01 -07:00
committed by Craig Jellick
parent 5858ce02fd
commit de7ab425b1
64 changed files with 68 additions and 68 deletions

View File

@@ -6,9 +6,9 @@ import (
"github.com/rancher/norman/types"
m "github.com/rancher/norman/types/mapper"
"github.com/rancher/types/apis/cluster.cattle.io/v3"
v3 "github.com/rancher/types/apis/cluster.cattle.io/v3"
"github.com/rancher/types/factory"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
storagev1 "k8s.io/api/storage/v1"
)