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