mirror of
https://github.com/rancher/norman.git
synced 2025-06-29 16:58:05 +00:00
Fix imports
This commit is contained in:
parent
389d27b3e5
commit
c93f63f15e
@ -3,13 +3,13 @@ package generator
|
||||
var controllerTemplate = `package {{.schema.Version.Version}}
|
||||
|
||||
import (
|
||||
"sync"
|
||||
"context"
|
||||
|
||||
{{.importPackage}}
|
||||
"github.com/rancher/norman/clientbase"
|
||||
"github.com/rancher/norman/controller"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/label"
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
"k8s.io/apimachinery/pkg/runtime/schema"
|
||||
"k8s.io/apimachinery/pkg/watch"
|
||||
|
Loading…
Reference in New Issue
Block a user