mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
16 lines
260 B
Go
16 lines
260 B
Go
|
package userinfo
|
||
|
|
||
|
// TODO
|
||
|
var websiteUrl = ``
|
||
|
|
||
|
var description = []string{
|
||
|
`Create a Kyverno user-info file.`,
|
||
|
}
|
||
|
|
||
|
var examples = [][]string{
|
||
|
{
|
||
|
"# Create user info file",
|
||
|
"kyverno create user-info -u molybdenum@somecorp.com -g basic-user -c admin",
|
||
|
},
|
||
|
}
|