gateway api v1.6.2 experimental

XBackend.spec.port.name

Name represents the name of this port. All ports in a Backend must have a unique name. Name must either be an empty string or pass DNS_LABEL validation (lowercase alphanumeric or '-', starting and ending with an alphanumeric character, at most 63 characters).

1 fields
XBackend.spec.port.name fields and descriptions
Field / TypeDescription
XBackend.spec.port.name
string

Name represents the name of this port. All ports in a Backend must have a unique name. Name must either be an empty string or pass DNS_LABEL validation (lowercase alphanumeric or '-', starting and ending with an alphanumeric character, at most 63 characters).

  • maxLength: 63
  • x-kubernetes-validations: [{"message":"Name must be a valid DNS label","rule":"size(self) == 0 || format.dns1123Label().validate(self) == null"}]