mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-08 10:20:22 +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