1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/cmd/cli/kubectl-kyverno/commands/fix/doc.go

19 lines
434 B
Go
Raw Normal View History

package fix
// TODO
var websiteUrl = ``
var description = []string{
`Fix inconsistencies and deprecated usage of Kyverno resources.`,
``,
`The fix command provides a command-line interface to fix inconsistencies and deprecated usage of Kyverno resources.`,
`It can be used to fix Kyverno test files.`,
}
var examples = [][]string{
{
`# Fix Kyverno test files`,
`KYVERNO_EXPERIMENTAL=true kyverno fix test . --save`,
},
}