Merge pull request #118511 from lowang-bh/fix_spell_error

fix comment of rbac decision for NoOpinion
This commit is contained in:
Kubernetes Prow Robot 2024-01-31 12:54:03 -08:00 committed by GitHub
commit fb7181792b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
)