gateway api v1.6.2 standard

Gateway.spec.tls.frontend.default.validation.caCertificateRefs.status.addresses

Addresses lists the network addresses that have been bound to the Gateway. This list may differ from the addresses provided in the spec under some conditions: * no addresses are specified, all addresses are dynamically assigned * a combination of specified and dynamic addresses are assigned * a specified address was unusable (e.g. already in use)

2 fields
Gateway.spec.tls.frontend.default.validation.caCertificateRefs.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