Skip to content

Commit

Permalink
Whitespace engineering
Browse files Browse the repository at this point in the history
  • Loading branch information
snorwin committed Aug 15, 2021
1 parent db14c26 commit 2af79d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func (blder *Builder) createAdmissionWebhook(handler Handler) (*admission.Webhoo

return w, nil
}

func (blder *Builder) registerValidatingWebhook(w *admission.Webhook) error {
gvk, err := apiutil.GVKForObject(blder.apiType, blder.mgr.GetScheme())
if err != nil {
Expand Down

0 comments on commit 2af79d1

Please sign in to comment.