1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 18:38:40 +00:00
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
shuting 2023-05-12 19:27:02 +08:00 committed by GitHub
parent e39fd9512e
commit cbf15410c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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