gateway api v1.0.0 experimental

TLSRoute.spec.rules

Rules are a list of TLS matchers and actions.

1 fields
TLSRoute.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 rule performs no forwarding; if no filters are specified that would result in a response being sent, the underlying implementation must actively reject request attempts to this backend, by rejecting the connection or returning a 500 status code. Request rejections must respect weight; if an invalid backend is requested to have 80% of requests, then 80% of requests must be rejected 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