I felt like the reconcile logic was getting a little long and hard to follow so I extracted the Service and VirtualService loops into separate helper functions. Also fixed a few places where we were logging without returning the error.
Soloed on this so would appreciate some additional eyes and critique. Thanks!
I felt like the reconcile logic was getting a little long and hard to follow so I extracted the
Service
andVirtualService
loops into separate helper functions. Also fixed a few places where we were logging without returning the error.Soloed on this so would appreciate some additional eyes and critique. Thanks!
Done as part of: #171829195