Merge pull request #98985 from timyinshi/proxy

delete the extra word
This commit is contained in:
Kubernetes Prow Robot 2021-03-03 01:53:32 -08:00 committed by GitHub
commit 7c9841d586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ import (
// for a key, it is considered to not match. // for a key, it is considered to not match.
// //
// If topologyKeys is specified, but no endpoints are chosen for any key, the // If topologyKeys is specified, but no endpoints are chosen for any key, the
// the service has no viable endpoints for clients on this node, and connections // service has no viable endpoints for clients on this node, and connections
// should fail. // should fail.
// //
// The special key "*" may be used as the last entry in topologyKeys to indicate // The special key "*" may be used as the last entry in topologyKeys to indicate