:seedling: Moving version and util to internal/shared by LalatenduMohanty · Pull Request #1743 · operator-framework/operator-controller

@LalatenduMohanty LalatenduMohanty changed the title 🌱 [WIP] Moving version and util to inernal/shared 🌱 Moving version and util to inernal/shared

Feb 11, 2025

@LalatenduMohanty LalatenduMohanty changed the title 🌱 Moving version and util to inernal/shared 🌱 Moving version and util to internal/shared

Feb 11, 2025
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>
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>

camilamacedo86

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

Feb 11, 2025

20 of 21 checks passed