mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Fix minion registry test insert.
This commit is contained in:
@@ -41,6 +41,7 @@ func (r *MinionRegistry) Insert(minion string) error {
|
||||
r.Lock()
|
||||
defer r.Unlock()
|
||||
r.Minion = minion
|
||||
r.Minions = append(r.Minions, minion)
|
||||
return r.Err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user