...

Source file src/edge-infra.dev/pkg/k8s/eyaml/doc.go

Documentation: edge-infra.dev/pkg/k8s/eyaml

     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