Explorar o código

added in-memory

Achilleas Tzenetopoulos %!s(int64=5) %!d(string=hai) anos
pai
achega
0afbf13c9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kubernetes-v1.15.4/pkg/scheduler/scheduler.go

+ 1 - 1
kubernetes-v1.15.4/pkg/scheduler/scheduler.go

@@ -448,7 +448,7 @@ func (sched *Scheduler) scheduleOne() {
 	// Check if the cache needs update
 	select {
 	// clean the cache if 10 seconds are passed
-	case <-customcache.labCache.Timeout.C:
+	case <-customcache.LabCache.Timeout.C:
 		klog.Infof("Time to erase")
 		customcache.LabCache.CleanCache()
 	default: