mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-03 23:03:53 +00:00
Automatic merge from submit-queue Return nil directly when err is nil. When err is nil, return nil directly instead of `err` to avoid confusion.