File tree 2 files changed +5
-3
lines changed
internal/webhook/podmutation
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ package podmutation
18
18
import (
19
19
"context"
20
20
"encoding/json"
21
+ "net/http"
22
+ "slices"
23
+
21
24
"github.com/go-logr/logr"
22
25
corev1 "k8s.io/api/core/v1"
23
26
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
24
27
"k8s.io/apimachinery/pkg/types"
25
- "net/http"
26
28
"sigs.k8s.io/controller-runtime/pkg/client"
27
29
"sigs.k8s.io/controller-runtime/pkg/webhook/admission"
28
- "slices"
29
30
30
31
"github.com/open-telemetry/opentelemetry-operator/internal/config"
31
32
)
Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ import (
19
19
"crypto/tls"
20
20
"flag"
21
21
"fmt"
22
- metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
23
22
"os"
24
23
"runtime"
25
24
"strings"
26
25
"time"
27
26
27
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
28
+
28
29
routev1 "github.com/openshift/api/route/v1"
29
30
monitoringv1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
30
31
"github.com/spf13/pflag"
You can’t perform that action at this time.
0 commit comments