You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit moves the existing `SaturationDetector` implementation to
its new home under the EPP plugin framework structure. This is a
preparatory step towards making `SaturationControl` an official EPP
extension point.
- Renamed `pkg/epp/saturationdetector` to `pkg/epp/saturationcontrol`
- Moved files to `.../framework/plugins/staticthresholdcontroller`
- Renamed `saturationdetector.go` to `controller.go`
- Renamed `saturationdetector_test.go` to `controller_test.go`
- Fixed imports
No functional changes are included in this commit.
0 commit comments