You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new release of controller-runtime, v0.5.1, that contains a couple of features which look like they are potentially of interest to us:
Add controllerutil.SetOwnerReference
Webhook support in envtest
controllerutil.SetOwnerReference in particular is of interest as we are currently using controllerutil.SetControllerReference to set non-controller OwnerRefs which is a slight misuse of the function. The webhook support in envtest should help us improve our tests to just be local.
Note: there is a dependabot PR that contains the bump to v0.5.1, #24.
The text was updated successfully, but these errors were encountered:
There is a new release of controller-runtime, v0.5.1, that contains a couple of features which look like they are potentially of interest to us:
Add controllerutil.SetOwnerReference
Webhook support in envtest
controllerutil.SetOwnerReference
in particular is of interest as we are currently usingcontrollerutil.SetControllerReference
to set non-controller OwnerRefs which is a slight misuse of the function. The webhook support inenvtest
should help us improve our tests to just be local.Note: there is a dependabot PR that contains the bump to v0.5.1, #24.
The text was updated successfully, but these errors were encountered: