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