Skip to content

Commit b100bf9

Browse files
committed
add providerless tags to new awsebs code
1 parent 820b7df commit b100bf9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pkg/volume/awsebs/attacher_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/awsebs/attacher_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/awsebs/attacher_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)