HTTPIngressRuleValue constructor

const HTTPIngressRuleValue({
  1. required List<HTTPIngressPath> paths,
})

Default constructor.

Implementation

const HTTPIngressRuleValue({
  required this.paths,
});