Skip to content

Commit

Permalink
Merge pull request #156 from mengqiy/set_path
Browse files Browse the repository at this point in the history
set path in builder
  • Loading branch information
k8s-ci-robot committed Sep 21, 2018
2 parents df7c11e + b93f071 commit d2963e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webhook/admission/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (b *WebhookBuilder) Build() (*admission.Webhook, error) {
w := &admission.Webhook{
Name: b.name,
Type: *b.t,
Path: b.path,
FailurePolicy: b.failurePolicy,
NamespaceSelector: b.namespaceSelector,
Handlers: b.handlers,
Expand Down

0 comments on commit d2963e0

Please sign in to comment.