Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Jun 24, 2024
1 parent 97276b8 commit 3665ee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions operator/controllers/http/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
corev1 "k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
Expand Down Expand Up @@ -138,7 +137,7 @@ func validateResources(expected, value corev1.ResourceRequirements) {
}

func createNamespace(name string) {
ns := &v1.Namespace{
ns := &corev1.Namespace{
ObjectMeta: metav1.ObjectMeta{
Name: name,
},
Expand Down

0 comments on commit 3665ee9

Please sign in to comment.