Merge pull request #58241 from huzhengchuan/bug/easy-bug-10
Automatic merge from submit-queue. 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>. fix typeos in cloud-controller-manager **What this PR does / why we need it**: fix typeos **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 # NONE **Special notes for your reviewer**: **Release note**: ``` NONE ```
This commit is contained in:
commit
638822fd0f
@ -64,7 +64,7 @@ func IsCloudProvider(name string) bool {
|
|||||||
// the name is unknown. The error return is only used if the named provider
|
// the name is unknown. The error return is only used if the named provider
|
||||||
// was known but failed to initialize. The config parameter specifies the
|
// was known but failed to initialize. The config parameter specifies the
|
||||||
// io.Reader handler of the configuration file for the cloud provider, or nil
|
// io.Reader handler of the configuration file for the cloud provider, or nil
|
||||||
// for no configuation.
|
// for no configuration.
|
||||||
func GetCloudProvider(name string, config io.Reader) (Interface, error) {
|
func GetCloudProvider(name string, config io.Reader) (Interface, error) {
|
||||||
providersMutex.Lock()
|
providersMutex.Lock()
|
||||||
defer providersMutex.Unlock()
|
defer providersMutex.Unlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user