Allow framework plugins to be closed

This commit is contained in:
moriya
2023-12-28 00:18:29 +09:00
parent f55d18a1cf
commit 288c00c0c7
5 changed files with 121 additions and 12 deletions

View File

@@ -649,6 +649,9 @@ type Framework interface {
// SetPodNominator sets the PodNominator
SetPodNominator(nominator PodNominator)
// Close calls Close method of each plugin.
Close() error
}
// Handle provides data and some tools that plugins can use. It is