Fix misspelling of condition.
Signed-off-by: JUN YANG <yang.jun22@zte.com.cn> Kubernetes-commit: 6c566f6dfa5b76d105ce24b3b0cb7f5e3d50d018
This commit is contained in:
parent
ed042aa23e
commit
2a99e7e764
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue