1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00
kyverno/pkg/engine/context
Shubham Singh 6aaa06702f
bug: making images consistent with image (#9147)
* adding `ReferenceWithTag` and `GetReferenceWithTag` + Populating them

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* Adding tests for the same

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* `ReferenceWithTag()` -> `ReferenceWithTag`

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* `Strings()` -> `ReferenceWithTag`

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* added `ReferenceWithTag` to image_test

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* sorting out linter

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

---------

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>
Co-authored-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
2023-12-22 11:15:50 +00:00
..
loaders optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +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