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 eaaa52d commit c6c51e5Copy full SHA for c6c51e5
1 file changed
test/e2e/framework/kcp.go
@@ -39,6 +39,8 @@ import (
39
"k8s.io/client-go/tools/clientcmd"
40
"sigs.k8s.io/controller-runtime/pkg/client"
41
"sigs.k8s.io/controller-runtime/pkg/client/apiutil"
42
+
43
+ kubebindv1alpha2 "github.com/kube-bind/kube-bind/sdk/apis/kubebind/v1alpha2"
44
)
45
46
type (
@@ -51,6 +53,7 @@ var (
51
53
52
54
func init() {
55
utilruntime.Must(tenancyv1alpha1.AddToScheme(kcpScheme))
56
+ utilruntime.Must(kubebindv1alpha2.AddToScheme(kcpScheme))
57
}
58
59
func WithName(s string, formatArgs ...any) ClusterWorkspaceOption {
0 commit comments