Skip to content

Commit ef9138e

Browse files
authoredNov 7, 2024··
fix: missing doc update (#51)
Signed-off-by: Anthony TREUILLIER <anthony.treuillier.ext@orange.com>
1 parent 24ec467 commit ef9138e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docs/guides/zones.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The specification of the `Zone` contains the following fields:
99
| kind | string | Y | Kind of the zone, one of "Native", "Master", "Slave", "Producer", "Consumer" |
1010
| nameservers | []string | Y | List of the nameservers of the zone |
1111
| catalog | string | N | The catalog this zone is a member of |
12+
| soa_edit_api | string | N | The SOA-EDIT-API metadata item, one of "DEFAULT", "INCREASE", "EPOCH", defaults to "DEFAULT" |
1213

1314
## Example
1415

@@ -23,4 +24,5 @@ spec:
2324
- ns2.helloworld.com
2425
kind: Master
2526
catalog: catalog.helloworld
27+
soa_edit_api: EPOCH
2628
```

0 commit comments

Comments
 (0)
Please sign in to comment.