We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888eeda commit bb70236Copy full SHA for bb70236
internal/config/main.go
@@ -6,8 +6,6 @@ package config
6
7
import (
8
"context"
9
- "time"
10
-
11
"github.com/go-logr/logr"
12
logf "sigs.k8s.io/controller-runtime/pkg/log"
13
@@ -21,7 +19,6 @@ import (
21
19
)
22
20
23
const (
24
- defaultAutoDetectFrequency = 5 * time.Second
25
defaultCollectorConfigMapEntry = "collector.yaml"
26
defaultTargetAllocatorConfigMapEntry = "targetallocator.yaml"
27
defaultOperatorOpAMPBridgeConfigMapEntry = "remoteconfiguration.yaml"
0 commit comments