mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-17 08:20:33 +00:00
Automatic merge from submit-queue (batch tested with PRs 53418, 53366, 53115, 53402, 53130). 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>. cmd: cloud-controller-manager: remove golint_failures entry **What this PR does / why we need it**: `cmd/cloud-controller-manager/app` and `cmd/cloud-controller-manager/app/options` currently appear in `.golint_failures`. We can lint these packages. `golint` emits the following two warnings ``` comment on exported type CloudControllerManagerServer should be of the form "CloudControllerManagerServer ..." comment on exported const ControllerStartJitter should be of the form "ControllerStartJitter ..." ``` Fix the documentation comments and remove entries from `.golint_failures` **Special notes for your reviewer**: Don't know which sig to label this PR with? **Release note**: ```release-note NONE ``` /kind cleanup