1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package konfig provides configuration methods and constants 5 // for the kustomize API, e.g. the set of file names to look for 6 // to identify a kustomization root. 7 package konfig 8