1
0
mirror of https://github.com/rancher/types.git synced 2025-09-13 21:40:14 +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

@@ -4,7 +4,7 @@ import (
"net/http"
"github.com/rancher/norman/types"
"github.com/rancher/types/apis/management.cattle.io/v3"
v3 "github.com/rancher/types/apis/management.cattle.io/v3"
"github.com/rancher/types/apis/management.cattle.io/v3public"
"github.com/rancher/types/factory"
)