gateway api v1.6.2 standard

Gateway.spec.addresses[]

GatewaySpecAddress describes an address that can be bound to a Gateway.

2 fields
Gateway.spec.addresses[] fields and descriptions
Field / TypeDescription
type
string

Type of the address.

  • default: "IPAddress"
  • minLength: 1
  • maxLength: 253
  • pattern: ^Hostname|IPAddress|NamedAddress|[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\/[A-Za-z0-9\/\-._~%!$&'()*+,;=:]+$
value
string

When a value is unspecified, an implementation SHOULD automatically assign an address matching the requested type if possible. If an implementation does not support an empty value, they MUST set the "Programmed" condition in status to False with a reason of "AddressNotAssigned". Examples: `1.2.3.4`, `128::1`, `my-ip-address`.

  • maxLength: 253