1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-17 05:00:27 +00:00
kyverno/cmd/cli/kubectl-kyverno/create/templates/templates.go
Charles-Edouard Brétéché 5e56f51408
feat: add create user-info cli command (#7780)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-07-07 12:32:09 +00:00

11 lines
142 B
Go

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