Merge pull request #53724 from davidstack/master

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

update wrong comments
pull/6/head
Kubernetes Submit Queue 2017-10-11 12:36:31 -07:00 committed by GitHub
commit a69e6fb9b3
1 changed files with 1 additions and 1 deletions

View File

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