mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Made cache.Controller to be interface.
This commit is contained in:
@@ -48,7 +48,7 @@ const ResourceResyncTime time.Duration = 0
|
||||
|
||||
type monitor struct {
|
||||
store cache.Store
|
||||
controller *cache.Controller
|
||||
controller cache.Controller
|
||||
}
|
||||
|
||||
type objectReference struct {
|
||||
|
||||
Reference in New Issue
Block a user