1 // Copyright 2022 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package refvar contains a kio.Filter implementation of the kustomize 5 // refvar transformer (find and replace $(FOO) style variables in strings). 6 package refvar 7