add missing ExternalName to doc

This commit is contained in:
Ben Pratt
2021-01-10 17:19:52 -06:00
parent bb376f1616
commit 5c82e444de
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": {