Skip to content

Commit 753774d

Browse files
committed
add providerless tag to vsphere volume code
1 parent b100bf9 commit 753774d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pkg/volume/vsphere_volume/vsphere_volume_util_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// +build !providerless
12
// +build linux
23

34
/*

pkg/volume/vsphere_volume/vsphere_volume_util_unsupported.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// +build !providerless
12
// +build !linux,!windows
23

34
/*

pkg/volume/vsphere_volume/vsphere_volume_util_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// +build !providerless
12
// +build windows
23

34
/*

0 commit comments

Comments
 (0)