mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-17 05:00:27 +00:00
11 lines
142 B
Go
11 lines
142 B
Go
package templates
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed test.yaml
|
|
var TestTemplate string
|
|
|
|
//go:embed user-info.yaml
|
|
var UserInfoTemplate string
|