cleanup plugin subprocesses on server exit

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-05-11 09:26:15 -07:00
parent 09c20b51e6
commit 20f56e9868
3 changed files with 17 additions and 2 deletions

View File

@@ -415,3 +415,9 @@ func (_m *MockManager) GetObjectStore(name string) (cloudprovider.ObjectStore, e
return r0, r1
}
// CleanupClients provides a mock function
func (_m *MockManager) CleanupClients() {
_ = _m.Called()
return
}