Add !providerless tag

This commit is contained in:
Anusha Ramineni
2019-08-29 19:00:35 +05:30
parent b10e0f9235
commit ff3b7ae6a5
4 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
// +build !providerless
/*
Copyright 2014 The Kubernetes Authors.

View File

@@ -1,4 +1,4 @@
// +build linux
// +build linux,!providerless
/*
Copyright 2014 The Kubernetes Authors.

View File

@@ -1,4 +1,4 @@
// +build !linux,!windows
// +build !linux,!windows,!providerless
/*
Copyright 2014 The Kubernetes Authors.

View File

@@ -1,4 +1,4 @@
// +build windows
// +build windows,!providerless
/*
Copyright 2017 The Kubernetes Authors.