mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 18:11:22 +00:00
Remove variadic argument from storage interface
This commit is contained in:
@@ -231,7 +231,7 @@ func (r *RollbackREST) setDeploymentRollback(ctx context.Context, deploymentID s
|
||||
d.Spec.RollbackTo = config
|
||||
finalDeployment = d
|
||||
return d, nil
|
||||
}), dryRun)
|
||||
}), dryRun, nil)
|
||||
return finalDeployment, err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user