Re-add support for sync providers
This brings back support for sync providers by wrapping them in a provider that handles async notifications.
This commit is contained in:
@@ -30,7 +30,7 @@ import (
|
||||
|
||||
type TestController struct {
|
||||
*PodController
|
||||
mock *mockProvider
|
||||
mock *mockProviderAsync
|
||||
client *fake.Clientset
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user