From 67a50ce9185e4b3d3ae679edbe78f22935f6ccd1 Mon Sep 17 00:00:00 2001 From: Damon Wang Date: Wed, 11 Oct 2017 22:16:03 +0800 Subject: [PATCH] update wrong comments update wrong comments --- pkg/routes/ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/routes/ui.go b/pkg/routes/ui.go index 40f288ab2ae..1f079c86e42 100644 --- a/pkg/routes/ui.go +++ b/pkg/routes/ui.go @@ -24,7 +24,7 @@ import ( const dashboardPath = "/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy" -// UIRediect redirects /ui to the kube-ui proxy path. +// UIRedirect redirects /ui to the kube-ui proxy path. type UIRedirect struct{} func (r UIRedirect) Install(c *mux.PathRecorderMux) {