1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-15 16:56:56 +00:00
kyverno/vendor/gotest.tools
Shivkumar Dudhani 5b8ab3842b
Support variable substitution (#549)
* 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>
2019-12-30 17:08:50 -08:00
..
.circleci check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
assert update vendor due to build failure 2019-06-03 15:14:06 -07:00
env check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
fs Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
golden check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
icmd check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
internal check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
poll check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
scripts check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
skip check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
x check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
.codecov.yml check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
.gitignore check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
.gometalinter.json check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
appveyor.yml check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
CONTRIBUTING.md check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
dobi.yaml check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
Dockerfile update vendor due to build failure 2019-06-03 15:14:06 -07:00
go.mod check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
go.sum check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
Gopkg.toml check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
LICENSE check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
pkg.go check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
README.md check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00

gotest.tools

A collection of packages to augment testing and support common patterns.

GoDoc CircleCI Go Reportcard

Packages

  • assert - compare values and fail the test when a comparison fails
  • env - test code which uses environment variables
  • fs - create temporary files and compare a filesystem tree to an expected value
  • golden - compare large multi-line strings against values frozen in golden files
  • icmd - execute binaries and test the output
  • poll - test asynchronous code by polling until a desired state is reached
  • skip - skip a test and print the source code of the condition used to skip the test

Contributing

See CONTRIBUTING.md.