1 // Package eyaml (edgeyaml) implements functionality for working with K8s YAML 2 // documents. 3 // 4 // In general, this library sits on top of the sigs.k8s.io/kustomize modules and 5 // interoperates with them where possible. 6 package eyaml 7
View as plain text