Merge pull request #97570 from thinpark/master

[pkg/cluster/ports/ports]: fix minor syntax
This commit is contained in:
Kubernetes Prow Robot 2021-01-01 19:47:53 -08:00 committed by GitHub
commit 43fcd50d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.