mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-28 18:38:40 +00:00
parent
e39fd9512e
commit
cbf15410c3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue