1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/pkg/engine
Jim Bugwadia 787a1dc40a
Service call (#5755)
* fix digest and verify logic

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* allow attestations with no attestors

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* require predicateType

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix typo

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* updates

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix linter issues

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* make service optional

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* make codegen-all

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* linter issues

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* gofmt

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* add api token

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* codegen again!

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix API call

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix tests and formatting

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix tests

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* revert changes to clientset & rename requestType

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

Signed-off-by: Jim Bugwadia <jim@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
2022-12-27 08:36:49 +00:00
..
anchor add package logger in files (#4766) 2022-10-02 19:45:03 +00:00
apicall Service call (#5755) 2022-12-27 08:36:49 +00:00
common add package logger in files (#4766) 2022-10-02 19:45:03 +00:00
context Nested foreach (#5589) 2022-12-12 15:20:20 +00:00
jmespath Nested foreach (#5589) 2022-12-12 15:20:20 +00:00
jsonutils refactor: move util funcs in sub packages (#5754) 2022-12-22 06:39:54 +00:00
mutate refactor: move util funcs in sub packages (#5754) 2022-12-22 06:39:54 +00:00
operator chore: enable gofmt and gofumpt linters (#3931) 2022-05-17 06:19:03 +00:00
resources Yaml signing and verification (#4235) 2022-08-30 10:14:54 -07:00
response feat: propagate psa checks results (#5719) 2022-12-20 05:57:23 +00:00
utils fix: add parsing of json pointers to support special chars (#3578 #3616) (#4767) 2022-11-10 16:03:45 +00:00
validate Nested foreach (#5589) 2022-12-12 15:20:20 +00:00
variables Service call (#5755) 2022-12-27 08:36:49 +00:00
wildcards Nested foreach (#5589) 2022-12-12 15:20:20 +00:00
attestation_test.go Nested foreach (#5589) 2022-12-12 15:20:20 +00:00
background.go feat: add exception logic (#5712) 2022-12-21 04:35:26 +00:00
common.go feat: add support for subresources to validating and mutating policies (#4916) 2022-12-10 00:45:23 +08:00
common_test.go feat: add support for subresources to validating and mutating policies (#4916) 2022-12-10 00:45:23 +08:00
forceMutate.go use camel case for ForEach naming (#5660) 2022-12-12 19:24:13 +00:00
forceMutate_test.go refactor: engine context (#3563) 2022-04-09 11:52:50 +00:00
generation.go refactor: registry client (#5596) 2022-12-07 23:08:37 +08:00
imageVerify.go feat: add exception logic (#5712) 2022-12-21 04:35:26 +00:00
imageVerify_test.go fix digest and verify logic (#5703) 2022-12-16 08:44:49 +00:00
imageVerifyMetadata.go chore: enable gofmt and gofumpt linters (#3931) 2022-05-17 06:19:03 +00:00
imageVerifyValidate.go feat: add support for subresources to validating and mutating policies (#4916) 2022-12-10 00:45:23 +08:00
jsonContext.go Service call (#5755) 2022-12-27 08:36:49 +00:00
k8smanifest.go refactor: auth package and add full unit test coverage (#5749) 2022-12-22 13:24:37 +08:00
k8smanifest_test.go refactor: make policy context immutable and fields private (#5523) 2022-12-02 16:14:23 +08:00
loadtargets.go feat: add support for subresources to validating and mutating policies (#4916) 2022-12-10 00:45:23 +08:00
loadtargets_test.go Load mutate.targets via dclient (#3797) 2022-05-06 05:46:36 +00:00
mutation.go feat: add exception logic (#5712) 2022-12-21 04:35:26 +00:00
mutation_test.go Nested foreach (#5589) 2022-12-12 15:20:20 +00:00
policyContext.go Service call (#5755) 2022-12-27 08:36:49 +00:00
utils.go refactor: move util funcs in sub packages (#5754) 2022-12-22 06:39:54 +00:00
utils_test.go Nested foreach (#5589) 2022-12-12 15:20:20 +00:00
validation.go refactor: move util funcs in sub packages (#5754) 2022-12-22 06:39:54 +00:00
validation_test.go Nested foreach (#5589) 2022-12-12 15:20:20 +00:00