Fix misspelling of condition.

Signed-off-by: JUN YANG <yang.jun22@zte.com.cn>

Kubernetes-commit: 6c566f6dfa5b76d105ce24b3b0cb7f5e3d50d018
This commit is contained in:
JUN YANG 2021-03-14 00:17:58 +08:00 committed by Kubernetes Publisher
parent ed042aa23e
commit 2a99e7e764
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ type Interface interface {
// )
GuaranteedUpdate(
ctx context.Context, key string, ptrToType runtime.Object, ignoreNotFound bool,
precondtions *Preconditions, tryUpdate UpdateFunc, cachedExistingObject runtime.Object) error
preconditions *Preconditions, tryUpdate UpdateFunc, cachedExistingObject runtime.Object) error
// Count returns number of different entries under the key (generally being path prefix).
Count(key string) (int64, error)