:seedling: Moving pkgs to internal/operator-controller/ by LalatenduMohanty · Pull Request #1737 · operator-framework/operator-controller

camilamacedo86

@LalatenduMohanty LalatenduMohanty changed the title 🌱 [WIP] Moving pkgs to internal/operator-controller/ 🌱 Moving pkgs to internal/operator-controller/

Feb 11, 2025

camilamacedo86

@LalatenduMohanty

This partially fixes operator-framework#1707. The intent is to consolidate internal code
from operator-controller and catalogd within internal e.g.:

catalogd/ - code specific to catalogd
internal/ - holds internal code of catalogd and operator-controller.
internal/catalogd - holds unexported code specific to catalogd
internal/operator-controller - holds unexported code specific to operator-comntroller
internal/shared - shared code between catalogd and operator-controller which can not be exported outside.

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>

camilamacedo86

Merged via the queue into operator-framework:main with commit 9be7693

Feb 11, 2025

21 checks passed