Fixed go:build tags for ovhcloud

This commit is contained in:
shubham82 2023-07-12 16:55:57 +05:30
parent d7fb388fe0
commit 4e3e7c6ee9
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
//go:build exoscale
// +build exoscale
//go:build ovhcloud
// +build ovhcloud
/*
Copyright 2020 The Kubernetes Authors.
@ -24,7 +24,7 @@ import (
"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{
cloudprovider.OVHcloudProviderName,
}