mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-03 00:56:23 +00:00
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