1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00

generated code

This commit is contained in:
moelsayed
2018-12-04 20:53:39 +02:00
committed by Alena Prokharchyk
parent b3bd1da1df
commit 5f30d68209
52 changed files with 55 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"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"
)