gateway api v1.6.2 experimental

XBackend.spec.port

Port defines the port that the implementation should use when connecting to this backend.

2 fields
XBackend.spec.port fields and descriptions
Field / TypeDescription
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"}]
port
integer required

Port represents the port number of the endpoint.

  • format: int32
  • minimum: 1
  • maximum: 65535