Skip to content

v0.2.0

Compare
Choose a tag to compare
@achetronic achetronic released this 13 Nov 20:42
· 22 commits to master since this release
0155784

Highligths:

  • Add setVar function to templates to store data during request's lifecycle: Now there is a function setVar that is able to store keys under .vars scope. This scope is alive during the life of evaluation of a complete ClusterAdmissionPolicy object, so those vars are global inside only one request done to the admission server

  • Helpful README: examples for setVar function

Contributors:
@achetronic