mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #116783 from tallclair/cel-authz
[CEL] Clean up reference to deleted denied function
This commit is contained in:
commit
9614d7c03b
@ -156,7 +156,7 @@ import (
|
|||||||
// allowed
|
// allowed
|
||||||
//
|
//
|
||||||
// Returns true if the authorizer's decision for the check is "allow". Note that if the authorizer's decision is
|
// 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>
|
// <Decision>.allowed() <bool>
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user