Skip to content

Commit

Permalink
fix: keep the kubebuilder imports annatation in unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
  • Loading branch information
mnencia committed Aug 2, 2022
1 parent 26ee6b0 commit c7fc113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/envtest"
"sigs.k8s.io/controller-runtime/pkg/manager"

// +kubebuilder:scaffold:imports
apiv1 "github.com/cloudnative-pg/cloudnative-pg/api/v1"
"github.com/cloudnative-pg/cloudnative-pg/pkg/certs"
"github.com/cloudnative-pg/cloudnative-pg/pkg/specs"
Expand Down

0 comments on commit c7fc113

Please sign in to comment.