Add !providerless tag
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux,!providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// +build !linux,!windows
|
||||
// +build !linux,!windows,!providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// +build windows
|
||||
// +build windows,!providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
Reference in New Issue
Block a user