Skip to content

Commit

Permalink
Merge pull request #97361 from h4ghhh/leaderelect
Browse files Browse the repository at this point in the history
Modify LeaderElectionConfiguration .ResourceNamespace comment
  • Loading branch information
k8s-ci-robot committed Jan 14, 2021
2 parents 4a595bd + ea7f41a commit bb6d0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/component-base/config/types.go
Expand Up @@ -65,7 +65,7 @@ type LeaderElectionConfiguration struct {
// resourceName indicates the name of resource object that will be used to lock
// during leader election cycles.
ResourceName string
// resourceName indicates the namespace of resource object that will be used to lock
// resourceNamespace indicates the namespace of resource object that will be used to lock
// during leader election cycles.
ResourceNamespace string
}
Expand Down

0 comments on commit bb6d0e7

Please sign in to comment.