1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/engine/context
Khaled Emara 1eda4789d1
test(globalcontext): add e2e tests (#9661)
* fix(globalcontext): validation

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

* fix(globalcontext): use existence instead of ready for now

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

* chore(globalcontext): improve not ready error message

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

* fix(globalcontext): allow any APICall

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

* fix(globalcontext): prevent double marshal

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

* test(globalcontext): add e2e tests

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

* chore(globalcontext): move vaildation to OpenAPI V3

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

---------

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
2024-02-06 17:03:32 +00:00
..
loaders test(globalcontext): add e2e tests (#9661) 2024-02-06 17:03:32 +00:00
resolvers chore: move cache enabled label (#7949) 2023-08-01 16:28:38 +00:00
context.go bug: making images consistent with image (#9147) 2023-12-22 11:15:50 +00:00
context_test.go chore: add missing context unit test (#9213) 2023-12-19 15:54:48 +00:00
deferred.go fix: return error in LoadMatching (#8234) 2023-09-04 22:42:27 +00:00
deferred_test.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00
evaluate.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00
evaluate_test.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00
fuzz_test.go Refactor fuzzing utils and add 3 fuzzers (#8555) 2023-10-05 16:33:26 +00:00
loader.go Fix deferred loading (#7597) 2023-06-27 09:58:50 -07:00
mock_context.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00
utils.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00
utils_test.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00