mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
fix comment of rbac decision for NoOpinion
Signed-off-by: lowang_bh <lhui_wang@163.com>
This commit is contained in:
parent
d05b79c836
commit
3579674df2
@ -153,7 +153,7 @@ const (
|
||||
DecisionDeny Decision = iota
|
||||
// DecisionAllow means that an authorizer decided to allow the action.
|
||||
DecisionAllow
|
||||
// DecisionNoOpionion means that an authorizer has no opinion on whether
|
||||
// DecisionNoOpinion means that an authorizer has no opinion on whether
|
||||
// to allow or deny an action.
|
||||
DecisionNoOpinion
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user