mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 23:19:26 +00:00
Switch api.Status to *api.Status in a bunch of places.
This commit is contained in:
@@ -94,7 +94,7 @@ func (rs *RegistryStorage) Delete(id string) (<-chan interface{}, error) {
|
||||
}
|
||||
return apiserver.MakeAsync(func() (interface{}, error) {
|
||||
rs.deleteExternalLoadBalancer(service)
|
||||
return api.Status{Status: api.StatusSuccess}, rs.registry.DeleteService(id)
|
||||
return &api.Status{Status: api.StatusSuccess}, rs.registry.DeleteService(id)
|
||||
}), nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user