mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
gc never resync
This commit is contained in:
parent
969ce77757
commit
10a4e912a8
@ -45,7 +45,7 @@ import (
|
||||
"k8s.io/kubernetes/pkg/watch"
|
||||
)
|
||||
|
||||
const ResourceResyncTime = 60 * time.Second
|
||||
const ResourceResyncTime time.Duration = 0
|
||||
|
||||
type monitor struct {
|
||||
store cache.Store
|
||||
|
Loading…
Reference in New Issue
Block a user