mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-28 18:19:36 +00:00
Automatic merge from submit-queue (batch tested with PRs 42608, 42444) Return nil when deleting non-exist GCE PD When gce cloud tries to delete a disk, if the disk could not be found from the zones, the function should return nil error. This modified behavior is also consistent with AWS