Skip to content

Commit

Permalink
fix: set correct gvk
Browse files Browse the repository at this point in the history
  • Loading branch information
balpert89 committed Jan 28, 2025
1 parent d558cc3 commit 8a65add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/registry/loadbalancer/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ import (
"fmt"
"net/netip"

"github.com/ironcore-dev/ironcore-net/api/core/v1alpha1"
"github.com/ironcore-dev/ironcore-net/apimachinery/api/net"
"github.com/ironcore-dev/ironcore-net/internal/apis/core"
"github.com/ironcore-dev/ironcore-net/internal/registry/ipallocator"
"github.com/ironcore-dev/ironcore/api/networking/v1alpha1"
utilslices "github.com/ironcore-dev/ironcore/utils/slices"

corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
Expand Down

0 comments on commit 8a65add

Please sign in to comment.