Skip to content

Commit

Permalink
fix: use consumer from kconf
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Nov 13, 2024
1 parent 8bb5d6d commit 50a1e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/dataplane/kongstate/credentials_conflicts.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

corev1 "k8s.io/api/core/v1"

kongv1 "github.com/kong/kubernetes-ingress-controller/v3/pkg/apis/configuration/v1"
kongv1 "github.com/kong/kubernetes-configuration/api/configuration/v1"
)

// CredentialConflictsDetector registers all credentials and detects conflicts globally using indices.
Expand Down
3 changes: 2 additions & 1 deletion internal/dataplane/kongstate/credentials_conflicts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

kongv1 "github.com/kong/kubernetes-configuration/api/configuration/v1"

"github.com/kong/kubernetes-ingress-controller/v3/internal/dataplane/kongstate"
kongv1 "github.com/kong/kubernetes-ingress-controller/v3/pkg/apis/configuration/v1"
)

func TestCredentialsConflictsDetector(t *testing.T) {
Expand Down

0 comments on commit 50a1e4a

Please sign in to comment.