mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
* initial commit * variable substitution * update tests * update test * refactor engine packages for validate & generate * update vendor * update toml * support variable substitution in overlay mutation * missing update * fix indentation in logs * store context values as single JSON document using merge patches. * remove duplicate functions * fix message string * Handle processing of policies in background (#569) * remove condition check while generating mutation patch as conditions are verified in the first iteration * initial commit * background policy validation * correct message * skip non-background policy process for add/update * fix order to correct policy registration * update comment Co-authored-by: shuting <shutting06@gmail.com> * refactor Co-authored-by: shuting <shutting06@gmail.com>
53 lines
No EOL
1,017 B
TOML
53 lines
No EOL
1,017 B
TOML
required = ["k8s.io/code-generator/cmd/client-gen"]
|
|
|
|
[[override]]
|
|
name = "k8s.io/kubernetes"
|
|
branch = "release-1.14"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/code-generator"
|
|
version = "kubernetes-1.14.1"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/apimachinery"
|
|
version = "kubernetes-1.14.1"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/api"
|
|
version = "kubernetes-1.14.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/minio/minio"
|
|
branch = "master"
|
|
|
|
[[override]]
|
|
name = "k8s.io/client-go"
|
|
version = "kubernetes-1.14.2"
|
|
|
|
[[override]]
|
|
name = "github.com/gotestyourself/gotest.tools"
|
|
branch = "master"
|
|
|
|
[[override]]
|
|
name = "github.com/evanphx/json-patch"
|
|
branch = "master"
|
|
|
|
[[override]]
|
|
name = "github.com/golang/protobuf"
|
|
version = "v1.2.1"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/yaml.v2"
|
|
version = "2.2.2"
|
|
|
|
[[override]]
|
|
name = "k8s.io/apiserver"
|
|
branch = "release-1.14"
|
|
|
|
[[override]]
|
|
name = "k8s.io/apiextensions-apiserver"
|
|
branch = "release-1.14"
|
|
|
|
[[override]]
|
|
name = "github.com/jmespath/go-jmespath"
|
|
branch = "master" |