1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package builtins holds code generated from the builtin plugins. 5 // The "builtin" plugins are written as normal plugins and can 6 // be used as such, but they are also used to generate the code 7 // in this package so they can be statically linked to client code. 8 package builtins 9