gateway api v1.6.2 experimental

TCPRoute.spec.rules

Rules are a list of TCP matchers and actions.

2 fields
TCPRoute.spec.rules fields and descriptions
Field / TypeDescription
object[] required

BackendRefs defines the backend(s) where matching requests should be sent. If unspecified or invalid (refers to a nonexistent resource or a Service with no endpoints), the underlying implementation MUST actively reject connection attempts to this backend. Connection rejections must respect weight; if an invalid backend is requested to have 80% of connections, then 80% of connections must be rejected instead. Support: Core for Kubernetes Service

  • minItems: 1
  • maxItems: 16
  • x-kubernetes-list-type: "atomic"
name
string

Name is the name of the route rule. This name MUST be unique within a Route if it is set.

  • minLength: 1
  • maxLength: 253
  • pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$