fix typo dervied => derived

Kubernetes-commit: 62275e3cc8c7de6f852bb04ba6cf521d36443580
This commit is contained in:
Christoph Mewes 2023-09-17 11:26:19 +02:00 committed by Kubernetes Publisher
parent 7de41ef887
commit f7937ee1e4
1 changed files with 1 additions and 1 deletions

View File

@ -11038,7 +11038,7 @@
"type": "string"
},
"name": {
"description": "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 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. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.",
"description": "The name of this port. All ports in an EndpointSlice must have a unique 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. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.",
"type": "string"
},
"port": {