Made cache.Controller to be interface.
This commit is contained in:
@@ -56,7 +56,7 @@ type NamespaceController struct {
|
||||
// store that holds the namespaces
|
||||
store cache.Store
|
||||
// controller that observes the namespaces
|
||||
controller *cache.Controller
|
||||
controller cache.Controller
|
||||
// namespaces that have been queued up for processing by workers
|
||||
queue workqueue.RateLimitingInterface
|
||||
// function to list of preferred resources for namespace deletion
|
||||
|
Reference in New Issue
Block a user