Nathan Perkins
Nathan Perkins
cc: @alvaroaleman
@alvaroaleman thank you for moving this! I thought I made it in kubebuilder but I must have mixed my tabs up.
Sorry I didn't specify in the original post. We need to implement the interface on some type outside of the API packages and update the docs to warn about the...
@jonas-jonas, please check the comment above. I will add some comments to the PR as well.
@camilamacedo86 we probably need somebody from the kubebuilder team to let @jonas-jonas know what is the appropriate place to implement this interface so that it is not part of the...
>Unless I misunderstand something, we do not need to change the layout to no longer use deprecated. Therefore, the second change/RFE (b) is a breaking change tracked in https://github.com/kubernetes-sigs/kubebuilder/issues/3215 and...
That's a great suggestion. It doesn't quite achieve what I'm going for because the `$(id -u)` has to be resolved before it is run by `direnv`, but I have other...
>Did you try it? $(id -u) is executed by direnv and will return your user ID. That's my mistake, I had the `$(id -u)` in a `.env` file which was...
I guess this is a dupe of https://github.com/go-task/task/pull/893 and I need to use `prefix` instead. But the [description of the `label` field](https://taskfile.dev/reference/schema/#task) is a bit misleading: >label - Overrides the...
This is the deepcopy code in question. It looks like we are experiencing a race condition between allocating the out conditions and running through the copy. `*in` must be changing...