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/policy/doc.go
Charles-Edouard Brétéché a5e6a7fa33
fix policy command (#8404)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-09-15 07:57:32 +00:00

19 lines
383 B
Go

package policy
// TODO
var websiteUrl = ``
var description = []string{
`Fix inconsistencies and deprecated usage in Kyverno policy files.`,
}
var examples = [][]string{
{
`# Fix Kyverno policy files`,
`KYVERNO_EXPERIMENTAL=true kyverno fix policy .`,
},
{
`# Fix Kyverno policy files and save them back`,
`KYVERNO_EXPERIMENTAL=true kyverno fix policy . --save`,
},
}