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

Commit 28765d5

Browse files
committed
monorepo: move event reason defs to api
As a small part of moving to monorepo with separate controller and sidecar, they will need to share some code between them. For any code that reasonably applies as an API, let's plan for the API to be the location for that code. Start with event reason definitions. Signed-off-by: Blaine Gardner <[email protected]>
1 parent a56c8d1 commit 28765d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: controller/events/events.go renamed to client/apis/objectstorage/v1alpha1/events.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package events
1+
package v1alpha1
22

33
// COSI relevant event reasons
44
const (

0 commit comments

Comments
 (0)