mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
9 lines
99 B
Go
9 lines
99 B
Go
package main
|
|
|
|
import (
|
|
"github.com/nirmata/kyverno/pkg/kyverno"
|
|
)
|
|
|
|
func main() {
|
|
kyverno.CLI()
|
|
}
|