mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
package templates
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed test.yaml
|
|
var TestTemplate string
|