rules property

List<IngressRule>? rules
final

rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.

Implementation

final List<IngressRule>? rules;