Skip to content

Commit

Permalink
chore: jp doc nits (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Oct 30, 2023
1 parent 39976c7 commit 7e8fd97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/docs/jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

`kyverno-json` uses [JMESPath community edition](https://jmespath.site/), a modern JMESPath implementation with lexical scopes support.

The current resource, policy and rule are always available using the following builtin bindings:
The current *payload*, *policy* and *rule* are always available using the following builtin bindings:

| Binding | Usage |
|---|---|
| `$payload` | Current payload being analysed |
| `$policy` | Current policy being executed |
| `$rule` | Current rule being evaluated |

No protection is made to prevent you from overriding those bindings though.
!!! warning

No protection is made to prevent you from overriding those bindings.

0 comments on commit 7e8fd97

Please sign in to comment.