Skip to content

Commit 8d25853

Browse files
committed
fix import
1 parent 60540f0 commit 8d25853

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/instrumentation/podmutator.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ import (
2020
"fmt"
2121
"strings"
2222

23-
"k8s.io/apimachinery/pkg/labels"
24-
2523
"github.com/go-logr/logr"
2624
corev1 "k8s.io/api/core/v1"
2725
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
26+
"k8s.io/apimachinery/pkg/labels"
2827
"k8s.io/apimachinery/pkg/types"
2928
"k8s.io/client-go/tools/record"
3029
"sigs.k8s.io/controller-runtime/pkg/client"

0 commit comments

Comments
 (0)