s/nolegacyproviders/providerless/
This commit is contained in:
parent
ece112524b
commit
5a3301a59d
@ -10,7 +10,7 @@ go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"globalflags.go",
|
||||
"globalflags_legacyproviders.go",
|
||||
"globalflags_providers.go",
|
||||
"options.go",
|
||||
"validation.go",
|
||||
],
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build nolegacyproviders
|
||||
// +build providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
@ -11,10 +11,10 @@ go_library(
|
||||
"cloudproviders.go",
|
||||
"controllermanager.go",
|
||||
"core.go",
|
||||
"flags_legacyproviders.go",
|
||||
"flags_providers.go",
|
||||
"import_known_versions.go",
|
||||
"plugins.go",
|
||||
"plugins_legacyproviders.go",
|
||||
"plugins_providers.go",
|
||||
"policy.go",
|
||||
"rbac.go",
|
||||
],
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build nolegacyproviders
|
||||
// +build providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
@ -1,4 +1,4 @@
|
||||
// +build nolegacyproviders
|
||||
// +build providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
@ -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",
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build nolegacyproviders
|
||||
// +build providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build nolegacyproviders
|
||||
// +build providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build nolegacyproviders
|
||||
// +build providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
// +build linux
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
// +build !linux,!windows
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
// +build windows
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2019 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !nolegacyproviders
|
||||
// +build !providerless
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user