mirror of
https://github.com/kubernetes/client-go.git
synced 2025-12-26 14:42:27 +00:00
Automatic merge from submit-queue (batch tested with PRs 60376, 55584, 60358, 54631, 60291). 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>. cloud-controller-manager get /healthz to wait for apiserver to be healthy **What this PR does / why we need it**: currently cloud-controller-manager use `restclient.ServerAPIVersions()` to wait for apiserver to be healthy. Remove ServerAPIVersions and make use of /healthz as all other components do. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #60288 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` Kubernetes-commit: b8c5bcf48a8852ba7f859a06ce35eac3d8fffafa
This directory tree is generated automatically by godep. Please do not edit. See https://github.com/tools/godep for more information.