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

Commit 51bba65

Browse files
committed
monorepo: rename 'controller' to 'runtime'
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. Signed-off-by: Blaine Gardner <[email protected]>
1 parent 28765d5 commit 51bba65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: controller/controller.go renamed to runtime/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package controller
1+
package runtime
22

33
import (
44
"context"

Diff for: controller/interfaces.go renamed to runtime/interfaces.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package controller
1+
package runtime
22

33
import (
44
"context"

0 commit comments

Comments
 (0)