[pkg/cluster/ports/ports]: fix minor syntax

Signed-off-by: Zhou Peng <p@ctriple.cn>
This commit is contained in:
Zhou Peng 2020-12-29 20:42:54 +08:00
parent 9406e145c2
commit 493d5e8632

View File

@ -17,7 +17,7 @@ limitations under the License.
package ports package ports
// In this file, we can see all default port of cluster. // 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 ( const (
// ProxyStatusPort is the default port for the proxy metrics server. // ProxyStatusPort is the default port for the proxy metrics server.
// May be overridden by a flag at startup. // May be overridden by a flag at startup.