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.
2 parents 04d180d + fb46c37 commit 1d65566Copy full SHA for 1d65566
internal/webhooks/pod_webhook_test.go
@@ -3,9 +3,9 @@ package webhooks
3
import (
4
"context"
5
6
- "github.com/miyunari/model-validation-controller/api/v1alpha1"
7
. "github.com/onsi/ginkgo/v2"
8
. "github.com/onsi/gomega"
+ "github.com/sigstore/model-validation-controller/api/v1alpha1"
9
corev1 "k8s.io/api/core/v1"
10
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
11
"k8s.io/apimachinery/pkg/types"
internal/webhooks/suite_test.go
@@ -7,7 +7,7 @@ import (
"runtime"
"testing"
"k8s.io/klog/v2"
12
"k8s.io/klog/v2/test"
13
"sigs.k8s.io/controller-runtime/pkg/webhook"
0 commit comments