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 3f799a9 commit 2a2c2deCopy full SHA for 2a2c2de
pkg/kind/networking.go
@@ -12,6 +12,8 @@ import (
12
13
clustersv1alpha1 "github.com/openmcp-project/openmcp-operator/api/clusters/v1alpha1"
14
15
+ "github.com/openmcp-project/cluster-provider-kind/api/v1alpha1"
16
+
17
"sigs.k8s.io/controller-runtime/pkg/client"
18
)
19
@@ -28,7 +30,7 @@ var (
28
30
errInvalidIP = errors.New("invalid textual representation of an IP address")
29
31
32
// AnnotationAssignedSubnet is the annotation used to store the assigned subnet for a cluster
- AnnotationAssignedSubnet = clustersv1alpha1.GroupVersion.Group + "/assigned-subnet"
33
+ AnnotationAssignedSubnet = v1alpha1.GroupVersion.Group + "/assigned-subnet"
34
lockListClusters = sync.Mutex{}
35
36
0 commit comments