Skip to content

Commit

Permalink
update by gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed May 23, 2024
1 parent b913430 commit 29ea0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/mutate_pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import (
"github.com/cybozu-go/pod-security-admission/hooks/mutators"
"github.com/go-logr/logr"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/webhook"
"sigs.k8s.io/controller-runtime/pkg/webhook/admission"
"k8s.io/apimachinery/pkg/runtime"
)

type podMutator struct {
Expand Down

0 comments on commit 29ea0f3

Please sign in to comment.