mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-19 00:06:52 +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.