mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Merge pull request #84327 from byteor/codereview
[k8s.io/sample-controller/controller.go]: fixup minor typo Kubernetes-commit: 143f9dd7ccca34445f152722fe8ccbb21f5d3cc4
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ func (c *Controller) syncHandler(key string) error {
|
||||
}
|
||||
|
||||
// If an error occurs during Update, we'll requeue the item so we can
|
||||
// attempt processing again later. THis could have been caused by a
|
||||
// attempt processing again later. This could have been caused by a
|
||||
// temporary network failure, or any other transient reason.
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user