mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
11 lines
164 B
Go
11 lines
164 B
Go
|
package json
|
||
|
|
||
|
// TODO
|
||
|
var websiteUrl = ``
|
||
|
|
||
|
var description = []string{
|
||
|
`Runs tests against any json compatible payloads/policies.`,
|
||
|
}
|
||
|
|
||
|
var examples = [][]string{}
|