gateway api v1.6.2 experimental

XBackend.spec.externalHostname.hostname

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

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

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')"}]