mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-18 15:54:57 +00:00
Automatic merge from submit-queue Fix logic error in graceful deletion If a resource has the following criteria: 1. deletion timestamp is not nil 2. deletion graceperiod seconds as persisted in storage is 0 the resource could never be deleted as we always returned pending graceful.