Merge pull request #118511 from lowang-bh/fix_spell_error
fix comment of rbac decision for NoOpinion Kubernetes-commit: fb7181792b693d9248179154a2e7172f0cd405db
This commit is contained in:
commit
c1f89863c2
|
@ -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