mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Fix a typo in a code example in a comment
This commit is contained in:
parent
788f24583e
commit
d11e779f1d
@ -210,8 +210,8 @@ type Interface interface {
|
|||||||
// // Return the modified object - return an error to stop iterating. Return
|
// // 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.
|
// // a uint64 to alter the TTL on the object, or nil to keep it the same value.
|
||||||
// return cur, nil, nil
|
// return cur, nil, nil
|
||||||
// }
|
// },
|
||||||
// })
|
// )
|
||||||
GuaranteedUpdate(
|
GuaranteedUpdate(
|
||||||
ctx context.Context, key string, ptrToType runtime.Object, ignoreNotFound bool,
|
ctx context.Context, key string, ptrToType runtime.Object, ignoreNotFound bool,
|
||||||
precondtions *Preconditions, tryUpdate UpdateFunc, suggestion ...runtime.Object) error
|
precondtions *Preconditions, tryUpdate UpdateFunc, suggestion ...runtime.Object) error
|
||||||
|
Loading…
Reference in New Issue
Block a user