Skip to content

Commit

Permalink
Merge pull request #2590 from dlorenc/validating
Browse files Browse the repository at this point in the history
Add the ValidatingAdmissionWebhook controller.
  • Loading branch information
r2d4 authored Mar 12, 2018
2 parents e3194f6 + 3cce3ca commit c98115f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ var DefaultAdmissionControllers = []string{
"DefaultStorageClass",
"DefaultTolerationSeconds",
"NodeRestriction",
"ResourceQuota",
"MutatingAdmissionWebhook",
"ValidatingAdmissionWebhook",
"ResourceQuota",
}

// GetServiceClusterIP returns the first IP of the ServiceCIDR
Expand Down

0 comments on commit c98115f

Please sign in to comment.