Commit 9548fbd5 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47955 from CaoShuFeng/trivial

Automatic merge from submit-queue [trivial]fix function name in comment **Release note**: ``` NONE ```
parents 8ad1be78 fad8b456
......@@ -48,7 +48,7 @@ type NodeAuthorizer struct {
nodeRules []rbacapi.PolicyRule
}
// New returns a new node authorizer
// NewAuthorizer returns a new node authorizer
func NewAuthorizer(graph *Graph, identifier nodeidentifier.NodeIdentifier, rules []rbacapi.PolicyRule) authorizer.Authorizer {
return &NodeAuthorizer{
graph: graph,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment