1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-16 01:07:14 +00:00
kyverno/vendor/github.com/jmespath/go-jmespath
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
..
cmd/jpgo Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
compliance Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
fuzz Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
.gitignore Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
.travis.yml Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
api.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
api_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
astnodetype_string.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
compliance_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
functions.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
interpreter.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
interpreter_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
lexer.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
lexer_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
LICENSE Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
Makefile Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
parser.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
parser_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
README.md Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
toktype_string.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
util.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00
util_test.go Support variable substitution (#549) 2019-12-30 17:08:50 -08:00

go-jmespath - A JMESPath implementation in Go

Build Status

See http://jmespath.org for more info.