mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-24 20:36:13 +00:00
In some cases, when the key doesn't exist, AtomicUpdate should simply fail and surface the error. This change adds a new function parameter "ignoreNotFound" for this purpose.