Fixed go:build tags for ovhcloud
This commit is contained in:
parent
d7fb388fe0
commit
4e3e7c6ee9
|
|
@ -1,5 +1,5 @@
|
||||||
//go:build exoscale
|
//go:build ovhcloud
|
||||||
// +build exoscale
|
// +build ovhcloud
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2020 The Kubernetes Authors.
|
Copyright 2020 The Kubernetes Authors.
|
||||||
|
|
@ -24,7 +24,7 @@ import (
|
||||||
"k8s.io/autoscaler/cluster-autoscaler/config"
|
"k8s.io/autoscaler/cluster-autoscaler/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
// AvailableCloudProviders supported by the Hetzner cloud provider builder.
|
// AvailableCloudProviders supported by the OVHcloud cloud provider builder.
|
||||||
var AvailableCloudProviders = []string{
|
var AvailableCloudProviders = []string{
|
||||||
cloudprovider.OVHcloudProviderName,
|
cloudprovider.OVHcloudProviderName,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue