profile picture

1 pages tagged with "crd"

Using finalizers for custom clean-up in your controllers

December 19, 2021
Deleting objects using finalizers in controller-runtime based controllers Controller-runtime is a great piece of software created and maintained by the sig-apimachinery group. It hides a lot of details and complexity from the controller/operator developer. In my opinion, it does for those who build … read more