mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Allow framework plugins to be closed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user