Skip to content

Commit

Permalink
docs: add LoadBalancerSourceRanges field to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jds9090 committed Oct 24, 2024
1 parent 9aba832 commit 723827f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/content/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ TenantControlPlane is the Schema for the tenantcontrolplanes API.
<td><b><a href="#tenantcontrolplanespec">spec</a></b></td>
<td>object</td>
<td>
TenantControlPlaneSpec defines the desired state of TenantControlPlane.<br/>
<br/>
</td>
<td>false</td>
</tr><tr>
Expand All @@ -800,7 +800,7 @@ TenantControlPlane is the Schema for the tenantcontrolplanes API.



TenantControlPlaneSpec defines the desired state of TenantControlPlane.


<table>
<thead>
Expand Down Expand Up @@ -13942,6 +13942,19 @@ Use this field to add additional hostnames when exposing the Tenant Control Plan
<i>Default</i>: [10.96.0.10]<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>loadBalancerSourceRanges</b></td>
<td>[]string</td>
<td>
LoadBalancerSourceRanges restricts the IP ranges that can access
the LoadBalancer type Service. This field defines a list of IP
address ranges (in CIDR format) that are allowed to access the service.
If left empty, the service will allow traffic from all IP ranges (0.0.0.0/0).
This feature is useful for restricting access to API servers or services
to specific networks for security purposes.
Example: {"192.168.1.0/24", "10.0.0.0/8"}<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>podCidr</b></td>
<td>string</td>
Expand Down

0 comments on commit 723827f

Please sign in to comment.