gateway api v1.6.2 experimental

XBackend.spec.externalHostname

ExternalHostname specifies the configuration for an ExternalHostname backend. This field must be set when type is ExternalHostname and must be unset otherwise. Support: Extended

1 fields
XBackend.spec.externalHostname fields and descriptions
Field / TypeDescription
hostname
string required

Hostname specifies the FQDN used to reach this backend. IP addresses are not allowed in this field.

  • minLength: 1
  • maxLength: 253
  • pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
  • x-kubernetes-validations: [{"message":"hostname must not be an IP address or end with .cluster.local","rule":"!self.endsWith('.cluster.local')"}]