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
With the new upgrade to controller-runtime, as it is using ginkgo v2 I am unsure how to edit my test suite so it can adapt to the sigs.k8s.io/controller-runtime/pkg/envtest/printer package being removed.
For instance, I have this code: []Reporter{printer.NewlineReporter{}})
I am trying to edit this to use the GinkgoWriter.Println() functionality, but I keep running into errors, so what is the best way to alter the code above to not use the printer package and use the ginkgo v2 functions?
The text was updated successfully, but these errors were encountered:
Closing, if you have any more issues with this, please reopen. @snidama2
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
With the new upgrade to controller-runtime, as it is using ginkgo v2 I am unsure how to edit my test suite so it can adapt to the sigs.k8s.io/controller-runtime/pkg/envtest/printer package being removed.
For instance, I have this code:
[]Reporter{printer.NewlineReporter{}})
I am trying to edit this to use the GinkgoWriter.Println() functionality, but I keep running into errors, so what is the best way to alter the code above to not use the printer package and use the ginkgo v2 functions?
The text was updated successfully, but these errors were encountered: