Patryk Małek

Results 331 comments of Patryk Małek

This is still an issue. What "works" as a sort of workaround is specifying the default verbatim in every `+kubebuilder:default` marker, for instance: ``` type XStrategy struct { // +kubebuilder:validation:Optional...

I've added acceptance criteria and reworded the issue statement.

I've taken a look at this one and it seems that there are 2 things (at least for me) that need answering: - when we add support for `+enum` (without...

Might as well yea, #6763 does that.

Just for context: this is now controlled with an env var (https://kongstrong.slack.com/archives/C05UE909XU5/p1752148319261729).

I've spent some time with `mirrord` and it seems it might not be the best match for our needs since it wraps the specified binary. I managed to get as...

Nice writeup. I do agree with most of the points and I am leaning towards pushing this issue into a later milestone for the reasons you've already mentioned. With #3635...

> I think this may still have issues if two tests are running List operations on separate namespaces at the same time since the namespace is currently being stored in...

> @pmalek I might be wrong but I think the underlying issue here the same as what I outlined in #384. The issue is that the cfg object (and the...