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