mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
b320b4b433
Implemented tests for added methods. Added usage of Validate() methods to the code, removed old checks. Fixed some comments, added new comments.
21 lines
No EOL
426 B
TOML
21 lines
No EOL
426 B
TOML
required = ["k8s.io/code-generator/cmd/client-gen"]
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/apimachinery"
|
|
branch = "release-1.9"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/client-go"
|
|
branch = "release-6.0"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/code-generator"
|
|
branch = "release-1.9"
|
|
|
|
[[constraint]]
|
|
name = "github.com/golang/protobuf"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gotestyourself/gotest.tools"
|
|
branch = "master" |