Clean up reference to deleted denied function
Kubernetes-commit: d109f60a0579bcc34244cbc74068be07d18443e6
This commit is contained in:
parent
0ad7c4e505
commit
c86f7c33d0
|
|
@ -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