From 27aa444b9d9449ee97f1f16d0401e8a6a914ed53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Robles=20Mart=C3=ADn?= Date: Tue, 22 Mar 2022 11:17:32 +0100 Subject: [PATCH] [AWS] Include DnsEndpoint example with AWS provider specifics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Francisco Robles Martín --- .../crd-source/dnsendpoint-aws-example.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/contributing/crd-source/dnsendpoint-aws-example.yaml diff --git a/docs/contributing/crd-source/dnsendpoint-aws-example.yaml b/docs/contributing/crd-source/dnsendpoint-aws-example.yaml new file mode 100644 index 000000000..e437f0f04 --- /dev/null +++ b/docs/contributing/crd-source/dnsendpoint-aws-example.yaml @@ -0,0 +1,18 @@ +apiVersion: externaldns.k8s.io/v1alpha1 +kind: DNSEndpoint +metadata: + name: examplednsrecord +spec: + endpoints: + - dnsName: subdomain.foo.bar.com + providerSpecific: + - name: "aws/failover" + value: "PRIMARY" + - name: "aws/health-check-id" + value: "asdf1234-as12-as12-as12-asdf12345678" + - name: "aws/evaluate-target-health" + value: "true" + recordType: CNAME + setIdentifier: some-unique-id + targets: + - other-subdomain.foo.bar.com