gateway api v1.2.0 experimental

HTTPRoute.spec.rules[].name

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

1 fields
HTTPRoute.spec.rules[].name fields and descriptions
Field / TypeDescription
HTTPRoute.spec.rules[].name
string

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

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