s/nolegacyproviders/providerless/

This commit is contained in:
Benjamin Elder
2019-08-22 14:55:33 -07:00
parent ece112524b
commit 5a3301a59d
193 changed files with 194 additions and 194 deletions

View File

@@ -33,7 +33,7 @@ go_library(
"init_others.go",
"init_windows.go",
"plugins.go",
"plugins_legacyproviders.go",
"plugins_providers.go",
"server.go",
"server_linux.go",
"server_unsupported.go",

View File

@@ -1,4 +1,4 @@
// +build nolegacyproviders
// +build providerless
/*
Copyright 2019 The Kubernetes Authors.

View File

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