ingress property

List<LoadBalancerIngress>? ingress
final

Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.

Implementation

final List<LoadBalancerIngress>? ingress;