gateway api v1.0.0 experimental

UDPRoute.spec.rules[]

UDPRouteRule is the configuration for a given rule.

1 fields
UDPRoute.spec.rules[] fields and descriptions
Field / TypeDescription
object[]

BackendRefs defines the backend(s) where matching requests should be sent. If unspecified or invalid (refers to a non-existent resource or a Service with no endpoints), the underlying implementation MUST actively reject connection attempts to this backend. Packet drops must respect weight; if an invalid backend is requested to have 80% of the packets, then 80% of packets must be dropped instead. Support: Core for Kubernetes Service Support: Extended for Kubernetes ServiceImport Support: Implementation-specific for any other resource Support for weight: Extended

  • minItems: 1
  • maxItems: 16