Fix followups from #31033

This commit is contained in:
Matt Liggett
2016-08-22 17:19:49 -07:00
parent 09e3fb355b
commit 956f74c383
3 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@ func (r *EvictionREST) Create(ctx api.Context, obj runtime.Object) (runtime.Obje
// Try to verify-and-decrement
// If it was false already, or if it becomes false during the course of our retries,
// raise an error marked as a ... 429 maybe?
// raise an error marked as a 429.
ok, err := r.checkAndDecrement(ctx, pdb)
if err != nil {
return nil, err