1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +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,7 +6,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"github.com/rancher/norman/resource"
"k8s.io/api/batch/v1"
v1 "k8s.io/api/batch/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"

View File

@@ -2,7 +2,7 @@ package v1
import (
"github.com/rancher/norman/lifecycle"
"k8s.io/api/batch/v1"
v1 "k8s.io/api/batch/v1"
"k8s.io/apimachinery/pkg/runtime"
)