Skip to content

Commit db14c26

Browse files
committed
Update README.md
1 parent 953af98 commit db14c26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ package pod
2121
import (
2222
"context"
2323

24-
"github.com/snorwin/k8s-generic-webhook/pkg/webhook"
2524
corev1 "k8s.io/api/core/v1"
2625
"sigs.k8s.io/controller-runtime/pkg/log"
2726
"sigs.k8s.io/controller-runtime/pkg/manager"
2827
"sigs.k8s.io/controller-runtime/pkg/webhook/admission"
28+
29+
"github.com/snorwin/k8s-generic-webhook/pkg/webhook"
2930
)
3031

3132
type Webhook struct {

0 commit comments

Comments
 (0)