diff options
author | 2019-08-18 08:40:34 +0000 | |
---|---|---|
committer | 2019-08-18 08:40:34 +0000 | |
commit | bbc78abf6f24e6b42105cca2cc3989517ff8b952 (patch) | |
tree | 953b7b240b3a79ffdebdff1c26e02f0fa89232dd | |
parent | b53d822e62f36c1cdd693b67d172efd1d7c60cdc (diff) | |
download | coredns-bbc78abf6f24e6b42105cca2cc3989517ff8b952.tar.gz coredns-bbc78abf6f24e6b42105cca2cc3989517ff8b952.tar.zst coredns-bbc78abf6f24e6b42105cca2cc3989517ff8b952.zip |
plugin/clouddns: tiny fixes for the README (#3140)
* plugin/clouddns: tiny fixes for the README
Did a post-merge review. Fix a few typos.
Signed-off-by: Miek Gieben <miek@miek.nl>
* Naming;
coredns -> CoreDNS
clouddns -> Cloud DNS
and italics then the plugin's name are mentioned.
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | plugin/clouddns/README.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/plugin/clouddns/README.md b/plugin/clouddns/README.md index 94156ea08..dcb9aafa8 100644 --- a/plugin/clouddns/README.md +++ b/plugin/clouddns/README.md @@ -2,17 +2,18 @@ ## Name -*clouddns* - enables serving zone data from GCP clouddns. +*clouddns* - enables serving zone data from GCP Cloud DNS. ## Description -The clouddns plugin is useful for serving zones from resource record sets in GCP clouddns. -This plugin supports all [Google Cloud DNS records](https://cloud.google.com/dns/docs/overview#supported_dns_record_types). -The clouddns plugin can be used when coredns is deployed on GCP or elsewhere. Note that -this plugin access the the resource records through Google Cloud API. For records in a -privately hosted zone, it is not necessary to place CoreDNS and this plugin in associated -VPC network. In fact the private hosted zone could be created without any associated VPC -and this plugin could still access the resource records under the hosted zone. +The *clouddns* plugin is useful for serving zones from resource record +sets in GCP Cloud DNS. This plugin supports all [Google Cloud DNS +records](https://cloud.google.com/dns/docs/overview#supported_dns_record_types). This plugin can +be used when CoreDNS is deployed on GCP or elsewhere. Note that this plugin accesses the resource +records through the Google Cloud API. For records in a privately hosted zone, it is not necessary to +place CoreDNS and this plugin in the associated VPC network. In fact the private hosted zone could +be created without any associated VPC and this plugin could still access the resource records under +the hosted zone. ## Syntax |