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

@ -10,7 +10,7 @@ go_library(
name = "go_default_library", name = "go_default_library",
srcs = [ srcs = [
"globalflags.go", "globalflags.go",
"globalflags_legacyproviders.go", "globalflags_providers.go",
"options.go", "options.go",
"validation.go", "validation.go",
], ],

View File

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

View File

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

View File

@ -11,10 +11,10 @@ go_library(
"cloudproviders.go", "cloudproviders.go",
"controllermanager.go", "controllermanager.go",
"core.go", "core.go",
"flags_legacyproviders.go", "flags_providers.go",
"import_known_versions.go", "import_known_versions.go",
"plugins.go", "plugins.go",
"plugins_legacyproviders.go", "plugins_providers.go",
"policy.go", "policy.go",
"rbac.go", "rbac.go",
], ],

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More