Merge pull request #97896 from brpratt/fix-external-name-doc

Add missing word to ServiceSpec doc
This commit is contained in:
Kubernetes Prow Robot
2021-01-14 23:03:51 -08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -10347,7 +10347,7 @@
"type": "array"
},
"externalName": {
"description": "externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires Type to be",
"description": "externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires `type` to be \"ExternalName\".",
"type": "string"
},
"externalTrafficPolicy": {