Unverified Commit 483dfc49 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #71934 from annehwatson/typo

Fix typo
parents 15300ed7 0a8a07f6
...@@ -93,7 +93,7 @@ type ApplyOptions struct { ...@@ -93,7 +93,7 @@ type ApplyOptions struct {
const ( const (
// maxPatchRetry is the maximum number of conflicts retry for during a patch operation before returning failure // maxPatchRetry is the maximum number of conflicts retry for during a patch operation before returning failure
maxPatchRetry = 5 maxPatchRetry = 5
// backOffPeriod is the period to back off when apply patch resutls in error. // backOffPeriod is the period to back off when apply patch results in error.
backOffPeriod = 1 * time.Second backOffPeriod = 1 * time.Second
// how many times we can retry before back off // how many times we can retry before back off
triesBeforeBackOff = 1 triesBeforeBackOff = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment