Clean up reference to deleted denied function

Kubernetes-commit: d109f60a0579bcc34244cbc74068be07d18443e6
This commit is contained in:
Tim Allclair 2023-03-20 18:24:10 -07:00 committed by Kubernetes Publisher
parent 0ad7c4e505
commit c86f7c33d0
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//
// <Decision>.allowed() <bool>
//