Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

monorepo: rename 'controller' dir to 'internal/runtime' #90

Conversation

BlaineEXE
Copy link
Contributor

@BlaineEXE BlaineEXE commented Aug 6, 2024

We want to use the top-level dir 'controller' for new controller code
and go module. The existing 'controller' code is a shared set of
listeners for watching COSI resources. Since this code is shared by the
controller and sidecar, it needs to be available to both. It doesn't
need to be made available to other projects, so the Golang 'internal'
dir can be used.

Merge after #89

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Aug 6, 2024
@k8s-ci-robot k8s-ci-robot requested review from wlan0 and xing-yang August 6, 2024 20:43
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 6, 2024
@BlaineEXE BlaineEXE force-pushed the rename-controller-to-runtime branch from 51bba65 to 0a81b2f Compare August 8, 2024 19:02
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 8, 2024
We want to use the top-level dir 'controller' for new controller code
and go module. The existing 'controller' code is a shared set of
listeners for watching COSI resources. Since this code is shared by the
controller and sidecar, it needs to be available to both. It doesn't
need to be made available to other projects, so the Golang 'internal'
dir can be used.

Signed-off-by: Blaine Gardner <[email protected]>
@BlaineEXE BlaineEXE force-pushed the rename-controller-to-runtime branch from 0a81b2f to 471a592 Compare August 8, 2024 19:03
@BlaineEXE BlaineEXE marked this pull request as ready for review August 8, 2024 19:04
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 8, 2024
@BlaineEXE BlaineEXE changed the title monorepo: rename 'controller' dir to 'runtime' monorepo: rename 'controller' dir to 'internal/runtime' Aug 8, 2024
@xing-yang
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 8, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BlaineEXE, xing-yang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [BlaineEXE,xing-yang]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit e38b4a8 into kubernetes-retired:monorepo Aug 8, 2024
4 checks passed
@BlaineEXE BlaineEXE deleted the rename-controller-to-runtime branch August 8, 2024 22:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants