1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 08:26:53 +00:00
kyverno/cmd/cli/kubectl-kyverno/commands/create/test/doc.go

16 lines
314 B
Go
Raw Normal View History

package test
// TODO
var websiteUrl = ``
var description = []string{
`Create a Kyverno test file.`,
}
var examples = [][]string{
{
"# Create test file",
"kyverno create test -p policy.yaml -r resource.yaml -f values.yaml --pass policy-name,rule-name,resource-name,resource-namespace,resource-kind",
},
}