mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
cleanup plugin subprocesses on server exit
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user