loadBalancerSourceRanges property

List<String>? loadBalancerSourceRanges
final

If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/.

Implementation

final List<String>? loadBalancerSourceRanges;