v0.3.0
Highligths:
-
Add
logsPrintf
function to templates to throw logs during request's lifecycle -
Add new field
.spec.failureAction
toClusterAdmissionPolicy
: Now it's possible to evaluate conditions and allow entrance of the resource as if the conditions were met. This helps debugging potential collisions before enforcing the policies. Posible values are:Enforce
andAudit
-
Now, the controller create Kubernetes events for each admission request in both failure modes. This way another process can send them to external places as Slack. Do you know Notifik?
-
Helpful
README
: tips forlogsPrintf
function
Contributors:
@achetronic