Merge pull request #2590 from dlorenc/validating
Add the ValidatingAdmissionWebhook controller.pull/2603/head
commit
c98115f172
|
@ -40,8 +40,9 @@ var DefaultAdmissionControllers = []string{
|
|||
"DefaultStorageClass",
|
||||
"DefaultTolerationSeconds",
|
||||
"NodeRestriction",
|
||||
"ResourceQuota",
|
||||
"MutatingAdmissionWebhook",
|
||||
"ValidatingAdmissionWebhook",
|
||||
"ResourceQuota",
|
||||
}
|
||||
|
||||
// GetServiceClusterIP returns the first IP of the ServiceCIDR
|
||||
|
|
Loading…
Reference in New Issue