gateway api v1.2.0 standard

Gateway.status.addresses[]

GatewayStatusAddress describes a network address that is bound to a Gateway.

2 fields
Gateway.status.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 required

Value of the address. The validity of the values will depend on the type and support by the controller. Examples: `1.2.3.4`, `128::1`, `my-ip-address`.

  • minLength: 1
  • maxLength: 253