Move reconciler logic from reconstruct{new}.go to: - reconciler.go - only the functionality used by the current (old) reconciler. - reconciler_new.go - only the functionality used by the new reconciler. - reconciler_common.go - common functions.