mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Merge pull request #118511 from lowang-bh/fix_spell_error
fix comment of rbac decision for NoOpinion
This commit is contained in:
commit
fb7181792b
@ -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
Block a user