Skip to content

Commit

Permalink
Update API reference doc
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nairn <[email protected]>
  • Loading branch information
mikenairn committed May 9, 2024
1 parent 0af6639 commit 901692f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/dnsrecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

| **Field** | **Type** | **Required** | **Description** |
|------------------|------------------------------------------------------------------------------------------|:------------:|-------------------------------------------------------------------------------------|
| `ownerID` | String | No | Unique string used to identify the owner of this record |
| `rootHost` | String | No | Single root host of all endpoints in a DNSRecord |
| `ownerID` | String | Yes | Unique string used to identify the owner of this record |
| `rootHost` | String | Yes | Single root host of all endpoints in a DNSRecord |
| `managedZone` | [ManagedZoneReference](#managedzonereference) | Yes | Reference to a ManagedZone instance to which this record will publish its endpoints |
| `endpoints` | [][ExternalDNS Endpoint](https://pkg.go.dev/sigs.k8s.io/external-dns/endpoint#Endpoint) | No | Endpoints to manage in the dns provider |
| `healthCheck` | [HealthCheckSpec](#healthcheckspec) | No | Health check configuration |
Expand Down

0 comments on commit 901692f

Please sign in to comment.