mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-25 19:05:13 +00:00
sanitize names and add more comments, and other essential boilerplate changes
This commit is contained in:
@@ -90,11 +90,6 @@ func InitCloudProvider(name string, configFilePath string) (Interface, error) {
|
||||
var cloud Interface
|
||||
var err error
|
||||
|
||||
if name == "external" {
|
||||
glog.Info("cloud provider external specified.")
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
if name == "" {
|
||||
glog.Info("No cloud provider specified.")
|
||||
return nil, nil
|
||||
|
||||
Reference in New Issue
Block a user