Cloud API Overview > @adpt/cloud > k8s > ServiceSpec > loadBalancerSourceRanges
k8s.ServiceSpec.loadBalancerSourceRanges property
If specified and supported by the platform, this will restrict traffic through the cloud provider load balancer to the specified client IPs.
Signature:
loadBalancerSourceRanges?: string[];
Remarks
This field will be ignored if the cloud provider does not support the feature.
For more information, see the Kubernetes documentation.