fix comment of rbac decision for NoOpinion
Signed-off-by: lowang_bh <lhui_wang@163.com> Kubernetes-commit: 3579674df2df72956b34fa2593e526c02beea9d6
This commit is contained in:
parent
2e2157fa2f
commit
43f24ff9ee
|
@ -153,7 +153,7 @@ const (
|
||||||
DecisionDeny Decision = iota
|
DecisionDeny Decision = iota
|
||||||
// DecisionAllow means that an authorizer decided to allow the action.
|
// DecisionAllow means that an authorizer decided to allow the action.
|
||||||
DecisionAllow
|
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.
|
// to allow or deny an action.
|
||||||
DecisionNoOpinion
|
DecisionNoOpinion
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue