Made cache.Controller to be interface.
This commit is contained in:
@@ -54,7 +54,7 @@ type RouteController struct {
|
||||
clusterName string
|
||||
clusterCIDR *net.IPNet
|
||||
// Node framework and store
|
||||
nodeController *cache.Controller
|
||||
nodeController cache.Controller
|
||||
nodeStore cache.StoreToNodeLister
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user