Skip to content

Commit

Permalink
fix: missing doc update (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony TREUILLIER <[email protected]>
  • Loading branch information
antrema authored Nov 7, 2024
1 parent 24ec467 commit ef9138e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/zones.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The specification of the `Zone` contains the following fields:
| kind | string | Y | Kind of the zone, one of "Native", "Master", "Slave", "Producer", "Consumer" |
| nameservers | []string | Y | List of the nameservers of the zone |
| catalog | string | N | The catalog this zone is a member of |
| soa_edit_api | string | N | The SOA-EDIT-API metadata item, one of "DEFAULT", "INCREASE", "EPOCH", defaults to "DEFAULT" |

## Example

Expand All @@ -23,4 +24,5 @@ spec:
- ns2.helloworld.com
kind: Master
catalog: catalog.helloworld
soa_edit_api: EPOCH
```

0 comments on commit ef9138e

Please sign in to comment.