IngressRule constructor

const IngressRule({
  1. String? host,
  2. HTTPIngressRuleValue? http,
})

Default constructor.

Implementation

const IngressRule({
  this.host,
  this.http,
});