Skip to content

Commit

Permalink
Merge pull request #10 from ibuildthecloud/master
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
ibuildthecloud authored Nov 28, 2017
2 parents e9a14f2 + c93f63f commit 738a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/controller_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 738a3ab

Please sign in to comment.