mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
s/nolegacyproviders/providerless/
This commit is contained in:
@@ -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.
|
Reference in New Issue
Block a user