Ingress constructor
const
Ingress({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- IngressSpec? spec,
- IngressStatus? status,
Default constructor.
Implementation
const Ingress({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});