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