DRAGON2002
DRAGON2002
Could you specify where this new feature needs to be documented? I'll make the required changes.
@eddycharly Which "field" are you exactly referring to here? The toggle? Yes, I've logged the changes to check if the desired code block is getting executed and has worked so...
> @XDRAGON2002 it looks like there is a direct access to the field here > > https://github.com/kyverno/kyverno/blob/42b224aa26e8c60425d473bd4c73c4d3cd6c495d/pkg/policymutation/policymutation.go#L88 @eddycharly then should I create another helper method such as `spec.IsFailurePolicySet()` to prevent...
@eddycharly made the requested changes. @chipzoller will update the docs as well. Edit: Updated docs and opened a PR in kyverno/website.
@Revolyssup I would like to work on this, but could you guide me a bit as to what all changes need to be done?
> @BreadGenie I ran the command you told, but I didn't see any condensed test files generated anywhere. The checker seems to pass the test by the way, and I'll...
I looked into cabarchive, and tested it on "test/assets/cab-test-python3.8.cab", it does not work as expected as the particular compression type is not supported, hence even though we can use cabarchive,...
> Updating branch. This looks promising but generates a lot of errors, so we'll have to do some adjustment so that it doesn't make CI look broken all the time....
Thoughts on "poetry"? As we are intending to move away from setup.cfg it might be worth looking into poetry as well.
Top two contenders would be mypy and pyright, (pytype and pyre are too lenient for type checking sometimes). Both are extremely good for usage as well and very similar, key...