kubernetes-sigs / controller-runtime

Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› Webhook builder allows passing in more than one `For` type which gets overridden by the last type.

troy0820 opened this issue Β· comments

This issue is in reference to this issue #1173.

I realized that this was being done within the reconciler builder but not the webhook. To enforce a sense of consistency, and error to the caller when this happens within the webhook builder as well.

/kind bug