mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
* feat: add resource migration command Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * finalize PR Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix unit tests Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
15 lines
263 B
Go
15 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`,
|
|
},
|
|
}
|