1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/cmd/cli/kubectl-kyverno/commands/create/exception/doc.go

16 lines
341 B
Go
Raw Normal View History

package exception
// TODO
var websiteUrl = ``
var description = []string{
`Create a Kyverno policy exception file.`,
}
var examples = [][]string{
{
"# Create a policy exception file",
`kyverno create exception my-exception --namespace my-ns --policy-rules "policy,rule-1,rule-2" --any "kind=Pod,kind=Deployment,name=test-*"`,
},
}