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>
This commit is contained in:
Miek Gieben
2019-08-18 08:40:34 +00:00
committed by GitHub
parent b53d822e62
commit bbc78abf6f

View File

@@ -2,17 +2,18 @@
## Name ## Name
*clouddns* - enables serving zone data from GCP clouddns. *clouddns* - enables serving zone data from GCP Cloud DNS.
## Description ## Description
The clouddns plugin is useful for serving zones from resource record sets in GCP clouddns. The *clouddns* plugin is useful for serving zones from resource record
This plugin supports all [Google Cloud DNS records](https://cloud.google.com/dns/docs/overview#supported_dns_record_types). sets in GCP Cloud DNS. This plugin supports all [Google Cloud DNS
The clouddns plugin can be used when coredns is deployed on GCP or elsewhere. Note that records](https://cloud.google.com/dns/docs/overview#supported_dns_record_types). This plugin can
this plugin access the the resource records through Google Cloud API. For records in a be used when CoreDNS is deployed on GCP or elsewhere. Note that this plugin accesses the resource
privately hosted zone, it is not necessary to place CoreDNS and this plugin in associated records through the Google Cloud API. For records in a privately hosted zone, it is not necessary to
VPC network. In fact the private hosted zone could be created without any associated VPC place CoreDNS and this plugin in the associated VPC network. In fact the private hosted zone could
and this plugin could still access the resource records under the hosted zone. be created without any associated VPC and this plugin could still access the resource records under
the hosted zone.
## Syntax ## Syntax