Skip to content

Commit ab63d98

Browse files
committed
task generate
1 parent 7e8eb29 commit ab63d98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/clusters/cluster.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ package clusters
33
import (
44
"fmt"
55

6-
"github.com/openmcp-project/controller-utils/pkg/controller"
76
flag "github.com/spf13/pflag"
87
"k8s.io/apimachinery/pkg/runtime"
98
"k8s.io/client-go/rest"
109
"sigs.k8s.io/controller-runtime/pkg/client"
1110
"sigs.k8s.io/controller-runtime/pkg/cluster"
11+
12+
"github.com/openmcp-project/controller-utils/pkg/controller"
1213
)
1314

1415
type Cluster struct {

0 commit comments

Comments
 (0)