mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
19 lines
434 B
Go
19 lines
434 B
Go
|
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`,
|
||
|
},
|
||
|
}
|