Skip to content

Commit 9427257

Browse files
authored
Update emptymain.go
Run goimports
1 parent b97244d commit 9427257

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/book/src/cronjob-tutorial/testdata/emptymain.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ import (
3030
"flag"
3131
"os"
3232

33-
"sigs.k8s.io/controller-runtime/pkg/webhook"
34-
3533
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
3634
// to ensure that exec-entrypoint and run can make use of them.
3735
_ "k8s.io/client-go/plugin/pkg/client/auth"
@@ -45,6 +43,7 @@ import (
4543
"sigs.k8s.io/controller-runtime/pkg/healthz"
4644
"sigs.k8s.io/controller-runtime/pkg/log/zap"
4745
"sigs.k8s.io/controller-runtime/pkg/metrics/server"
46+
"sigs.k8s.io/controller-runtime/pkg/webhook"
4847
// +kubebuilder:scaffold:imports
4948
)
5049

0 commit comments

Comments
 (0)