Merge pull request #130004 from stlaz/remote-uid-config-fix

cluster authn trust configmap: increase write interval during apiserver dueling
This commit is contained in:
Kubernetes Prow Robot 2025-03-10 08:57:47 -07:00 committed by GitHub
commit ef47225466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,9 +128,6 @@ func NewClusterAuthenticationTrustController(requiredAuthenticationData ClusterA
AddFunc: func(obj interface{}) {
c.queue.Add(keyFn())
},
UpdateFunc: func(oldObj, newObj interface{}) {
c.queue.Add(keyFn())
},
DeleteFunc: func(obj interface{}) {
c.queue.Add(keyFn())
},