1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/pkg/webhooks
Vishal Choudhary 3db5bdfad8
fix: add mutex to mock policy context builder (#10057)
It is possible that two different threads call the build function at the same time causing one append to be lost, this PR adds a mutex to avoid this

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
2024-04-17 09:13:19 +00:00
..
exception
globalcontext feat: add global context entry validation webhook (#9619) 2024-02-02 18:04:50 +01:00
handlers feat:Webhook config per policy (#9483) 2024-01-27 13:00:22 +00:00
policy feat: enhance global context (#9710) 2024-02-23 10:34:04 +00:00
resource fix: add mutex to mock policy context builder (#10057) 2024-04-17 09:13:19 +00:00
updaterequest
utils fix: Policies skipped because of preconditions not met should not be included in admission requests denial responses (#9719) 2024-02-20 15:42:18 +00:00
log.go
server.go feat: add global context entry validation webhook (#9619) 2024-02-02 18:04:50 +01:00