We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82429a9 + d31aebe commit 6432b3dCopy full SHA for 6432b3d
staging/src/k8s.io/apiserver/pkg/util/version/registry.go
@@ -135,8 +135,8 @@ func NewComponentGlobalsRegistry() *componentGlobalsRegistry {
135
}
136
137
func (r *componentGlobalsRegistry) Reset() {
138
- r.mutex.RLock()
139
- defer r.mutex.RUnlock()
+ r.mutex.Lock()
+ defer r.mutex.Unlock()
140
r.componentGlobals = make(map[string]*ComponentGlobals)
141
r.emulationVersionConfig = nil
142
r.featureGatesConfig = nil
0 commit comments