add build tags to legacy provider code and make it possible to build kube-controller-manager without any legacyproviders or without particular legacy providers

This commit is contained in:
Benjamin Elder
2019-06-25 04:16:05 -07:00
parent 37651f1cef
commit 678d3f2841
194 changed files with 738 additions and 80 deletions

View File

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