File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ package autodetect
18
18
import (
19
19
"context"
20
20
"fmt"
21
- "github.com/open-telemetry/opentelemetry-operator/internal/autodetect/fips"
22
21
23
22
"k8s.io/client-go/discovery"
24
23
"k8s.io/client-go/rest"
25
24
25
+ "github.com/open-telemetry/opentelemetry-operator/internal/autodetect/fips"
26
26
"github.com/open-telemetry/opentelemetry-operator/internal/autodetect/openshift"
27
27
"github.com/open-telemetry/opentelemetry-operator/internal/autodetect/prometheus"
28
28
autoRBAC "github.com/open-telemetry/opentelemetry-operator/internal/autodetect/rbac"
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ type FIPSCheck interface {
24
24
25
25
// FipsCheck holds configuration for FIPS black list.
26
26
type fipsCheck struct {
27
- isFIPSEnabled bool
28
-
29
27
receivers map [string ]bool
30
28
exporters map [string ]bool
31
29
processors map [string ]bool
You can’t perform that action at this time.
0 commit comments