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) {