From d6525f1eb9288148596dfd2549bad67bf9ed3679 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 31 Oct 2018 14:27:58 +0000 Subject: [PATCH] Updating consistency in capitalization (#2824) --- content/help/ops/setup/webhook/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/help/ops/setup/webhook/index.md b/content/help/ops/setup/webhook/index.md index 9f0a4cdd6f..b6cf1a5408 100644 --- a/content/help/ops/setup/webhook/index.md +++ b/content/help/ops/setup/webhook/index.md @@ -8,10 +8,10 @@ From [Kubernetes mutating and validating webhook mechanisms](https://kubernetes. > Admission webhooks are HTTP callbacks that receive admission requests and do something with them. You can define two types of admission -webhooks, validating admission Webhook and mutating admission -webhook. With validating admission Webhooks, you may reject requests +webhooks, validating admission webhook and mutating admission +webhook. With validating admission webhooks, you may reject requests to enforce custom admission policies. With mutating admission -Webhooks, you may change requests to enforce custom defaults. +webhooks, you may change requests to enforce custom defaults. Istio uses `ValidatingAdmissionWebhooks` for validating Istio configuration and `MutatingAdmissionWebhooks` for automatically