mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
16 lines
263 B
Go
16 lines
263 B
Go
|
package migrate
|
||
|
|
||
|
// TODO
|
||
|
var websiteUrl = ``
|
||
|
|
||
|
var description = []string{
|
||
|
`Migrate one or more resources to the stored version.`,
|
||
|
}
|
||
|
|
||
|
var examples = [][]string{
|
||
|
{
|
||
|
`# Migrate policy exceptions`,
|
||
|
`kyverno migrate --resource policyexceptions.kyverno.io`,
|
||
|
},
|
||
|
}
|