1 // Package kustomize implements extensions and utilities for the Kustomize 2 // ecosystem. 3 // 4 // [fs.FS] Implementation 5 // 6 // [FS] is a kyaml/filesys implementation that can be instantiated from [fs.FS] 7 // implementations, e.g., [embed.FS]. 8 package kustomize 9