Closed carezkh closed 1 year ago
Merging #91 (7623608) into main (1317b3e) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #91 +/- ##
=======================================
Coverage 34.11% 34.11%
=======================================
Files 6 6
Lines 1952 1952
=======================================
Hits 666 666
Misses 1182 1182
Partials 104 104
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Update controller-runtime to v0.13.0 to include patch https://github.com/kubernetes-sigs/controller-runtime/pull/1907, otherwise all logger produced by controller-runtime will have the same
controller
,controllerGroup
andcontrollerKind
. E.g the logger comes from functionctrl.LoggerFrom(ctx)
will have the valuecontroller: virtualmachinemigration
,controllerGroup: virt.virtink.smartx.com
andcontrollerKind: VirtualMachineMigration
for all controllers invirt-controller
.