mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Correcting all go vet errors
This commit is contained in:
@@ -105,7 +105,7 @@ func NewSimpleModeler(queuedPods, scheduledPods ExtendedPodLister) *SimpleModele
|
||||
queuedPods: queuedPods,
|
||||
scheduledPods: scheduledPods,
|
||||
assumedPods: &cache.StoreToPodLister{
|
||||
cache.NewTTLStore(cache.MetaNamespaceKeyFunc, 30*time.Second),
|
||||
Store: cache.NewTTLStore(cache.MetaNamespaceKeyFunc, 30*time.Second),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user