mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
16 lines
279 B
Go
16 lines
279 B
Go
|
package metricsconfig
|
||
|
|
||
|
// TODO
|
||
|
var websiteUrl = ``
|
||
|
|
||
|
var description = []string{
|
||
|
`Create a Kyverno metrics-config file.`,
|
||
|
}
|
||
|
|
||
|
var examples = [][]string{
|
||
|
{
|
||
|
"# Create metrics config file",
|
||
|
"kyverno create metrics-config -i ns-included-1 -i ns-included-2 -e ns-excluded",
|
||
|
},
|
||
|
}
|