k8ssandra/cass-operator

Move deprecated warnings to admission.Warnings in webhook

Closed this issue · 1 comments

What is missing?

controller-runtime 0.15.0 introduces the ability to create webhook warnings. We should move all our deprecated check to warnings. Instead of moving Create to failure (Update still allows deprecated methods).

Why is this needed?

Better response to user inputs.

Depends on #618