github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/embed.go (about)

     1  package resource_customizations
     2  
     3  import (
     4  	"embed"
     5  )
     6  
     7  // Embedded contains embedded resource customization
     8  //
     9  //go:embed all:*
    10  var Embedded embed.FS