Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
k8s/utils/reference: use v1beta1.GroupName for Gateway reference Grou…
Browse files Browse the repository at this point in the history
…p value
  • Loading branch information
mikemorris authored Jun 29, 2022
1 parent 28965bc commit a758548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/k8s/utils/reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

var (
gatewayGroup = gwv1alpha2.Group(gwv1alpha2.GroupName)
gatewayGroup = gwv1alpha2.Group(gwv1beta1.GroupName)
gatewayKind = gwv1alpha2.Kind("Gateway")
)

Expand Down

0 comments on commit a758548

Please sign in to comment.