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