Fix misspelling and misgrammar

Signed-off-by: chymy <chang.min1@zte.com.cn>
This commit is contained in:
chymy
2021-03-03 01:59:33 -05:00
parent 5b0d0451ff
commit b250a985d2
6 changed files with 13 additions and 13 deletions

View File

@@ -137,7 +137,7 @@ type EndpointConditions struct {
// EndpointPort represents a Port used by an EndpointSlice.
type EndpointPort struct {
// The name of this port. All ports in an EndpointSlice must have a unique
// name. If the EndpointSlice is dervied from a Kubernetes service, this
// name. If the EndpointSlice is derived from a Kubernetes service, this
// corresponds to the Service.ports[].name.
// Name must either be an empty string or pass DNS_LABEL validation:
// * must be no more than 63 characters long.