Patrick Ohly

Results 1004 comments of Patrick Ohly

@gurpreet-legend: I added you to the table. It looks like pkg/controller/endpoint hasn't been touched at all yet. Then do that in one PR and the cleanup changes in another.

@ricardoapl: that seems like an easy package to get started with. Please go ahead.

/sig node /wg batch The rationale behind creating a separate KEP is that this is an extension of DRA that (at least in theory) could graduate at its own pace....

[Doc PR for 1.30](https://github.com/kubernetes/website/pull/45287) created and linked to in the description.

This PR is not about network hardware in a node. That kind of resource is local to a node and already covered. What this PR adds is support for things...

A similar problem occurs with a struct that contains a `atomic.Pointer`. I'd like to use a transformer to compare the element that is pointed to instead of the `atomic.Pointer` value...

I also feel that aborting early based on a special error is the most elegant solution for this. I [recently implemented](https://github.com/kubernetes/kubernetes/pull/112503) such a "final" error for Kubernetes polling functions (not...

What isn't clear from the description is whether gomega handles wrapping of the `StopTrying` error. I haven't looked at the implementation. In other words, will this work? ``` return fmt.Errorf("some...

There's nothing in klog which parses env variables. Note that klog is essentially in feature freeze. If you need this in some specific component that you control, then you can...

No strong opinion either way from me here.