Skip to content

Commit

Permalink
update the policy reference doc
Browse files Browse the repository at this point in the history
Signed-off-by: craig <[email protected]>
  • Loading branch information
maleck13 committed Aug 20, 2024
1 parent 28b1c11 commit a30a6d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/reference/dnspolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [DNSPolicy](#DNSPolicy)
- [DNSPolicySpec](#dnspolicyspec)
- [ProviderRefs](#providerRefs)
- [HealthCheckSpec](#healthcheckspec)
- [LoadBalancingSpec](#loadbalancingspec)
- [LoadBalancingWeighted](#loadbalancingweighted)
Expand All @@ -25,6 +26,20 @@
| `healthCheck` | [HealthCheckSpec](#healthcheckspec) | No | HealthCheck spec |
| `loadBalancing` | [LoadBalancingSpec](#loadbalancingspec) | Yes(loadbalanced only) | LoadBalancing Spec, required when routingStrategy is "loadbalanced" |
| `routingStrategy` | String (immutable) | Yes | **Immutable!** Routing Strategy to use, one of "simple" or "loadbalanced" |
| `providerRefs` | [ProviderRefs](#providerrefs) | Yes | array of references to providers. (currently limited to max 1) |

## ProviderRefs

| **Field** | **Type** | **Required** | **Description** |
|--------------------|-----------------------------------|:------------:|-----------------------------------------------------------------------------------------------------------|
| `providerRefs` | [][ProviderRef](#providerref) | Yes | max 1 reference. This is an array of providerRef that points to a local secret(s) that contains the required provider auth values

## ProviderRef

| **Field** | **Type** | **Required** | **Description** |
|------------|----------|:------------:|----------------------------------------------------------------------------------------|
| `name` | String | Yes | Name of the secret in the same namespace that contains the provider credentials


## HealthCheckSpec

Expand Down

0 comments on commit a30a6d6

Please sign in to comment.