From ea7f41af67d64f1bb153a43b1d6e676348b45d12 Mon Sep 17 00:00:00 2001 From: 00255991 Date: Thu, 17 Dec 2020 16:05:45 +0800 Subject: [PATCH] Modify LeaderElectionConfiguration .ResourceNamespace comment --- staging/src/k8s.io/component-base/config/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/component-base/config/types.go b/staging/src/k8s.io/component-base/config/types.go index f5fef2508b29..c6cd112af131 100644 --- a/staging/src/k8s.io/component-base/config/types.go +++ b/staging/src/k8s.io/component-base/config/types.go @@ -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 }