kubescape / storage

Apache License 2.0
1 stars 6 forks source link

add patchStrategy for lists in SPDX document #12

Closed matthyx closed 1 year ago

matthyx commented 1 year ago

should I run something to regenerate some code?

vladklokun commented 1 year ago

Yup, whenever we touch the types, we have to re-generate the code. The procedure is described here.

matthyx commented 1 year ago

It is impossible to unittest this change, as we need the full api-server running, but it was manually tested by @vladklokun and myself. TODO: write integration tests to validate the api-server behavior with this updated openapi spec.

Bezbran commented 1 year ago

@avrahams Do you have a solution to "how to test API locally / unitary"?