Skip to content

Commit

Permalink
Use updated link resource version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Leong <[email protected]>
  • Loading branch information
adleong committed Nov 6, 2024
1 parent 4632b59 commit 8119a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const (
ServiceProfileKind = "ServiceProfile"

LinkAPIGroup = "multicluster.linkerd.io"
LinkAPIVersion = "v1alpha1"
LinkAPIGroupVersion = "multicluster.linkerd.io/v1alpha1"
LinkAPIVersion = "v1alpha2"
LinkAPIGroupVersion = "multicluster.linkerd.io/v1alpha2"
LinkKind = "Link"

K8sCoreAPIGroup = "core"
Expand Down

0 comments on commit 8119a10

Please sign in to comment.