add providerless tag to vsphere volume code

This commit is contained in:
Benjamin Elder 2019-11-19 08:58:31 -08:00
parent b100bf9654
commit 753774d9ea
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// +build !providerless
// +build linux
/*

View File

@ -1,3 +1,4 @@
// +build !providerless
// +build !linux,!windows
/*

View File

@ -1,3 +1,4 @@
// +build !providerless
// +build windows
/*