From d109f60a0579bcc34244cbc74068be07d18443e6 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 --- staging/src/k8s.io/apiserver/pkg/cel/library/authz.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/cel/library/authz.go b/staging/src/k8s.io/apiserver/pkg/cel/library/authz.go index 8d5a39d64d4..606e5769adb 100644 --- a/staging/src/k8s.io/apiserver/pkg/cel/library/authz.go +++ b/staging/src/k8s.io/apiserver/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() //