:seedling: Moving code from catalogd/internal to internal/catalogd by LalatenduMohanty · Pull Request #1746 · operator-framework/operator-controller

@LalatenduMohanty LalatenduMohanty changed the title 🌱 [WIP] Moving code from catalogd/internal to internal/catalogd 🌱 Moving code from catalogd/internal to internal/catalogd

Feb 11, 2025

camilamacedo86

@joelanford joelanford removed this pull request from the merge queue due to a manual request

Feb 11, 2025

joelanford

@LalatenduMohanty

This partially fixes operator-framework#1707. The intent is to consolidate internal code from operator-controller and catalogd within internal.
This PR does not move catalogd/internal/controllers and
catalogd/internal/webhook as it need explict changes in both op-con and
catalogd Makefile. Which we will do in a followup PR.

    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

joelanford

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks

Feb 12, 2025

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

Feb 12, 2025

22 checks passed