1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/cmd/cli/kubectl-kyverno/create/templates/templates.go

15 lines
207 B
Go
Raw Normal View History

package templates
import (
_ "embed"
)
//go:embed test.yaml
var TestTemplate string
//go:embed user-info.yaml
var UserInfoTemplate string
//go:embed metrics-config.yaml
var MetricsConfigTemplate string