...

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

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

     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  

View as plain text