From 493d5e8632d089e0ee5c5d54b8b89aae6311ccb3 Mon Sep 17 00:00:00 2001 From: Zhou Peng
Date: Tue, 29 Dec 2020 20:42:54 +0800 Subject: [PATCH] [pkg/cluster/ports/ports]: fix minor syntax Signed-off-by: Zhou Peng
--- pkg/cluster/ports/ports.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/ports/ports.go b/pkg/cluster/ports/ports.go index dc2836da75d..7407060d920 100644 --- a/pkg/cluster/ports/ports.go +++ b/pkg/cluster/ports/ports.go @@ -17,7 +17,7 @@ limitations under the License. package ports // In this file, we can see all default port of cluster. -// It's also a important documentation for us. So don't remove them easily. +// It's also an important documentation for us. So don't remove them easily. const ( // ProxyStatusPort is the default port for the proxy metrics server. // May be overridden by a flag at startup.