Skip to content

Commit

Permalink
missing runtime pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
yue9944882 committed Mar 10, 2020
1 parent aa9e2c8 commit dac7daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/apiserver-boot/boot/create/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ var log = logf.Log.WithName("{{ lower .Resource.Kind }}-controller")
appsv1 "k8s.io/api/apps/v1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/controller"
"sigs.k8s.io/controller-runtime/pkg/handler"
Expand Down
1 change: 1 addition & 0 deletions cmd/apiserver-boot/boot/create/controller_test_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/envtest"
"sigs.k8s.io/controller-runtime/pkg/manager"
"sigs.k8s.io/controller-runtime/pkg/reconcile"
"sigs.k8s.io/apiserver-builder-alpha/pkg/test/suite"
"{{ .Repo }}/pkg/apis"
)
Expand Down

0 comments on commit dac7daa

Please sign in to comment.