fix comment of rbac decision for NoOpinion

Signed-off-by: lowang_bh <lhui_wang@163.com>

Kubernetes-commit: 3579674df2df72956b34fa2593e526c02beea9d6
This commit is contained in:
lowang_bh 2023-06-06 22:36:14 +08:00 committed by Kubernetes Publisher
parent 2e2157fa2f
commit 43f24ff9ee
1 changed files with 1 additions and 1 deletions

View File

@ -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
)