From c86f7c33d03e5c8a1dfda75ba7eb5918bf601d3b Mon Sep 17 00:00:00 2001 From: Tim Allclair Date: Mon, 20 Mar 2023 18:24:10 -0700 Subject: [PATCH] Clean up reference to deleted denied function Kubernetes-commit: d109f60a0579bcc34244cbc74068be07d18443e6 --- pkg/cel/library/authz.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cel/library/authz.go b/pkg/cel/library/authz.go index 8d5a39d64..606e5769a 100644 --- a/pkg/cel/library/authz.go +++ b/pkg/cel/library/authz.go @@ -156,7 +156,7 @@ import ( // allowed // // Returns true if the authorizer's decision for the check is "allow". Note that if the authorizer's decision is -// "no opinion", that both the 'allowed' and 'denied' functions will return false. +// "no opinion", that the 'allowed' function will return false. // // .allowed() //