Merge pull request #75161 from yamt/typo

Fix a typo in a code example in a comment
This commit is contained in:
Kubernetes Prow Robot
2019-04-12 14:30:51 -07:00
committed by GitHub

View File

@@ -219,8 +219,8 @@ type Interface interface {
// // Return the modified object - return an error to stop iterating. Return
// // a uint64 to alter the TTL on the object, or nil to keep it the same value.
// return cur, nil, nil
// }
// })
// },
// )
GuaranteedUpdate(
ctx context.Context, key string, ptrToType runtime.Object, ignoreNotFound bool,
precondtions *Preconditions, tryUpdate UpdateFunc, suggestion ...runtime.Object) error