From cbf15410c3a666b37b694aa4eb98e4a23cb28eff Mon Sep 17 00:00:00 2001 From: shuting Date: Fri, 12 May 2023 19:27:02 +0800 Subject: [PATCH] tweaks (#7166) Signed-off-by: ShutingZhao --- docs/dev/controllers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/controllers/README.md b/docs/dev/controllers/README.md index 52acc8b4fa..6e8db1426d 100644 --- a/docs/dev/controllers/README.md +++ b/docs/dev/controllers/README.md @@ -61,11 +61,11 @@ The Background Controller handles generate and mutate rules only for existing re #### UpdateRequest Controller -This controller reconciles the UpdateRequests created by the Admission Controller into their final form, whether that is a generated resource or a mutated existing resource. +This controller reconciles the UpdateRequests created by the Admission Controller and the Policy Controller into their final form, whether that is a generated resource or a mutated existing resource. #### Policy Controller -The policy controller processes all adds, deletes, and updates to all installed policies. +The policy controller processes all adds, deletes, and updates to all installed policies, and creates UpdateRequests upon policy events. ### Reports Controller