1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package builtinpluginconsts provides builtin plugin 5 // configuration data. Builtin plugins can also be 6 // configured individually with plugin config files, 7 // in which case the constants in this package are ignored. 8 package builtinpluginconsts 9