File tree 2 files changed +3
-1
lines changed
controller/resourcegraphdefinition
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,13 @@ package client
15
15
import (
16
16
"fmt"
17
17
18
- "github.com/kro-run/kro/pkg"
19
18
apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1"
20
19
"k8s.io/client-go/dynamic"
21
20
"k8s.io/client-go/kubernetes"
22
21
"k8s.io/client-go/rest"
23
22
ctrlrtconfig "sigs.k8s.io/controller-runtime/pkg/client/config"
23
+
24
+ "github.com/kro-run/kro/pkg"
24
25
)
25
26
26
27
// Set provides a unified interface for different Kubernetes clients
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import (
23
23
"sigs.k8s.io/controller-runtime/pkg/client"
24
24
25
25
"github.com/go-logr/logr"
26
+
26
27
"github.com/kro-run/kro/api/v1alpha1"
27
28
"github.com/kro-run/kro/pkg/metadata"
28
29
)
You can’t perform that action at this time.
0 commit comments