From 7bf2adade8a5be3fd1ad136fe1ca9532a2723259 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Tue, 1 Sep 2020 16:39:50 -0700 Subject: [PATCH] fix doc file --- pkg/controlplane/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/controlplane/doc.go b/pkg/controlplane/doc.go index c8ef7113920..9bb34fa9a9b 100644 --- a/pkg/controlplane/doc.go +++ b/pkg/controlplane/doc.go @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package master contains code for setting up and running a Kubernetes -// cluster master. +// Package controlplane contains code for setting up and running a Kubernetes +// cluster control plane API server. package controlplane // import "k8s.io/kubernetes/pkg/controlplane"