mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Rename ID -> Name
This commit is contained in:
@@ -82,7 +82,7 @@ func (r *ServiceRegistry) UpdateService(ctx api.Context, svc *api.Service) error
|
||||
r.mu.Lock()
|
||||
defer r.mu.Unlock()
|
||||
|
||||
r.UpdatedID = svc.ID
|
||||
r.UpdatedID = svc.Name
|
||||
r.Service = svc
|
||||
return r.Err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user