mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-08 14:29:45 +00:00
Remove string from Reaper.Stop signature
This commit is contained in:
@@ -193,7 +193,7 @@ func StopRC(rc *api.ReplicationController, restClient *client.Client) error {
|
||||
if err != nil || reaper == nil {
|
||||
return err
|
||||
}
|
||||
_, err = reaper.Stop(rc.Namespace, rc.Name, 0, nil)
|
||||
err = reaper.Stop(rc.Namespace, rc.Name, 0, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user