1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 23:46:56 +00:00
kyverno/cmd/cli/kubectl-kyverno/processor
Khaled Emara c9055ac2ff
fix(autogen): only generate rule for request kind (#9984)
* fix(autogen): only generate rule for request kind

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* feat(autogen): use jsoniter instead of std for json

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* chore(atogen): use sets instead of manipulating strings

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* fix(autogen): formatting linter

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* fix(autogen): backwards compatability

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* revert(autogen): old behavior

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* fix: builds error

Signed-off-by: ShutingZhao <shuting@nirmata.com>

---------

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>
Signed-off-by: ShutingZhao <shuting@nirmata.com>
Co-authored-by: ShutingZhao <shuting@nirmata.com>
2024-04-04 08:09:30 +00:00
..
exceptions.go Support PolicyExceptions with CLI (#9525) 2024-01-31 22:28:14 +00:00
generate.go fix(autogen): only generate rule for request kind (#9984) 2024-04-04 08:09:30 +00:00
policy_processor.go refactor: exception selector interface (#9907) 2024-03-28 08:03:01 +00:00
policy_processor_test.go feat: support validatingadmissionpolicybindings in CLI apply command (#9468) 2024-01-23 11:47:38 +00:00
result.go fix(autogen): only generate rule for request kind (#9984) 2024-04-04 08:09:30 +00:00
utils.go refactor: mutate checks (#9255) 2023-12-22 15:07:17 +02:00
vap_processor.go feat: apply VAP bindings in CLI apply command in offline mode (#9751) 2024-02-21 07:52:25 +00:00