-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 62049, 62085). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fixes incorrect atomic usage Fixes incorrect assignment for atomic increment. NOTE: This will be a vet error in go version 1.10. ERROR: "direct assignment to atomic value". No other erroneous atomic assignments found. ```release-note NONE ```