Skip to content

Commit

Permalink
Clean up reference to deleted denied function
Browse files Browse the repository at this point in the history
  • Loading branch information
tallclair committed Mar 21, 2023
1 parent c9ff286 commit d109f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/pkg/cel/library/authz.go
Expand Up @@ -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>
//
Expand Down

0 comments on commit d109f60

Please sign in to comment.