Skip to content

Commit

Permalink
Merge pull request #5994 from Shubham82/cherry-picked-of-#5941_and_#5…
Browse files Browse the repository at this point in the history
…943-upstream-cluster-autoscaler-release-1.24

Backport #5941 and #5943[CA]`Fixed go:build tags for ovhcloud` and `Update the go:build tag for missing cloud providers` into CA1.24
  • Loading branch information
k8s-ci-robot authored Aug 4, 2023
2 parents 3e08cc2 + 8a276cc commit d98b54f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cluster-autoscaler/cloudprovider/builder/builder_all.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !gce && !aws && !azure && !kubemark && !alicloud && !magnum && !digitalocean && !clusterapi && !huaweicloud && !ionoscloud && !linode && !hetzner && !bizflycloud && !brightbox && !packet && !oci && !vultr && !tencentcloud
// +build !gce,!aws,!azure,!kubemark,!alicloud,!magnum,!digitalocean,!clusterapi,!huaweicloud,!ionoscloud,!linode,!hetzner,!bizflycloud,!brightbox,!packet,!oci,!vultr,!tencentcloud
//go:build !gce && !aws && !azure && !kubemark && !alicloud && !magnum && !digitalocean && !clusterapi && !huaweicloud && !ionoscloud && !linode && !hetzner && !bizflycloud && !brightbox && !packet && !oci && !vultr && !tencentcloud && !baiducloud && !cloudstack && !exoscale && !ovhcloud
// +build !gce,!aws,!azure,!kubemark,!alicloud,!magnum,!digitalocean,!clusterapi,!huaweicloud,!ionoscloud,!linode,!hetzner,!bizflycloud,!brightbox,!packet,!oci,!vultr,!tencentcloud,!baiducloud,!cloudstack,!exoscale,!ovhcloud

/*
Copyright 2018 The Kubernetes Authors.
Expand Down
4 changes: 2 additions & 2 deletions cluster-autoscaler/cloudprovider/builder/builder_ovhcloud.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build exoscale
// +build exoscale
//go:build ovhcloud
// +build ovhcloud

/*
Copyright 2020 The Kubernetes Authors.
Expand Down

0 comments on commit d98b54f

Please sign in to comment.