We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e7ca1 commit bd54d4aCopy full SHA for bd54d4a
v2/syncers/servicemonitor/syncer.go
@@ -1,9 +1,9 @@
1
package servicemonitor
2
3
import (
4
- _ "embed"
5
"fmt"
6
+ internaltranslators "github.com/codefresh-contrib/vcluster-prometheus-operator-plugin/v2/translators"
7
"github.com/loft-sh/vcluster/pkg/mappings/generic"
8
"github.com/loft-sh/vcluster/pkg/patcher"
9
"github.com/loft-sh/vcluster/pkg/scheme"
@@ -17,7 +17,6 @@ import (
17
"k8s.io/apimachinery/pkg/util/errors"
18
ctrl "sigs.k8s.io/controller-runtime"
19
"sigs.k8s.io/controller-runtime/pkg/client"
20
- internaltranslators "github.com/codefresh-contrib/vcluster-prometheus-operator-plugin/v2/translators"
21
)
22
23
func init() {
0 commit comments