1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/cmd/cli/kubectl-kyverno/commands/json/doc.go
Charles-Edouard Brétéché 8a0d2a598a
feat: add root command to process generic json resources (#9639)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-02-05 12:38:01 +00:00

10 lines
164 B
Go

package json
// TODO
var websiteUrl = ``
var description = []string{
`Runs tests against any json compatible payloads/policies.`,
}
var examples = [][]string{}