We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8eb29 commit ab63d98Copy full SHA for ab63d98
pkg/clusters/cluster.go
@@ -3,12 +3,13 @@ package clusters
3
import (
4
"fmt"
5
6
- "github.com/openmcp-project/controller-utils/pkg/controller"
7
flag "github.com/spf13/pflag"
8
"k8s.io/apimachinery/pkg/runtime"
9
"k8s.io/client-go/rest"
10
"sigs.k8s.io/controller-runtime/pkg/client"
11
"sigs.k8s.io/controller-runtime/pkg/cluster"
+
12
+ "github.com/openmcp-project/controller-utils/pkg/controller"
13
)
14
15
type Cluster struct {
0 commit comments