IngressRule constructor
const
IngressRule({
- String? host,
- HTTPIngressRuleValue? http,
Default constructor.
Implementation
const IngressRule({
this.host,
this.http,
});
Default constructor.
const IngressRule({
this.host,
this.http,
});