Skip to content

Commit

Permalink
Merge pull request #18 from m-terra/main
Browse files Browse the repository at this point in the history
remove nil property for backwards compatibility
  • Loading branch information
snorwin authored Oct 14, 2021
2 parents 2513fa0 + e9e93e9 commit 747020a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func (blder *Builder) Complete(i interface{}) error {
func (blder *Builder) createAdmissionWebhook(handler Handler) (*admission.Webhook, error) {
w := &admission.Webhook{
Handler: handler,
WithContextFunc: nil,
}

// inject scheme for decoder
Expand Down

0 comments on commit 747020a

Please sign in to comment.