1 // Copyright 2022 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package replacement contains a kio.Filter implementation of the kustomize 5 // replacement transformer (accepts sources and looks for targets to replace 6 // their values with values from the sources). 7 package replacement 8