-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
Description
Clean up the Runtime Watcher by removing now-deprecated parts related to ownership resolution and verification functionality.
Reasons
With the new event structure and SKR meta parsing completed, the previous owner field and verification via VerifyFunc are no longer needed. Cleaning up reduces maintenance burden and avoids confusion.
Acceptance Criteria
- Remove
ownerfield from WatchEvent - Remove
extractOwnermethod from the event handler - Remove
VerifyFuncfrom listener - Release a new version of RW
Testing Approach
- Unit Testing
Current status
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.