From 85bbe7df36697952f40d824da3d94cd81a7c6551 Mon Sep 17 00:00:00 2001 From: Robin Kearney Date: Thu, 8 Jun 2017 11:00:33 +0100 Subject: [PATCH] fixing up the line length --- dns-controller/docs/flags.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/dns-controller/docs/flags.md b/dns-controller/docs/flags.md index 43d77734bd..dc688148a7 100644 --- a/dns-controller/docs/flags.md +++ b/dns-controller/docs/flags.md @@ -2,25 +2,30 @@ The `dns-controller` executable takes the following command line options: -* `--dns` - DNS provider we should use. Valid options are: `aws-route53`, `google-clouddns` or `coredns`. +* `--dns` - DNS provider we should use. Valid options are: `aws-route53`, + `google-clouddns` or `coredns`. * `--gossip-listen` - The address on which to listen if gossip is enabled. -* `--gossip-seed` - If set, will enable gossip zones and seed using the provided address. +* `--gossip-seed` - If set, will enable gossip zones and seed using the + provided address. * `--gossip-secret` - Secret to use to secure the gossip protocol. -* `--zone` - Configure permitted zones and their mappings. See further notes below. -* `--watch-ingress` - Watch for DNS records in `ingress` resources in addition to `service` resources. +* `--zone` - Configure permitted zones and their mappings. See further notes + below. +* `--watch-ingress` - Watch for DNS records in `ingress` resources in addition + to `service` resources. ## zone -Pass a list of zones to determine which names can be updated. Zones not permitted will be ignored -(but the default is to allow all zones). +Pass a list of zones to determine which names can be updated. Zones not +permitted will be ignored (but the default is to allow all zones). The following syntax options are recognized: -`*` or `*/*` wildcard allowing all zones to be updated. The default if no zones are specified, but -can also be used if some zones must be explicitly mapped. +`*` or `*/*` wildcard allowing all zones to be updated. The default if no +zones are specified, but can also be used if some zones must be explicitly +mapped. -`example.com` to permit updates in this zone, specified by name. Use the ID syntax -if there are multiple zones with the same name. +`example.com` to permit updates in this zone, specified by name. Use the ID +syntax if there are multiple zones with the same name. `*/id` to permit updates in a zone, by id.