sigs.k8s.io/external-dns@v0.14.1/docs/contributing/crd-source/dnsendpoint-aws-example.yaml (about) 1 apiVersion: externaldns.k8s.io/v1alpha1 2 kind: DNSEndpoint 3 metadata: 4 name: examplednsrecord 5 spec: 6 endpoints: 7 - dnsName: subdomain.foo.bar.com 8 providerSpecific: 9 - name: "aws/failover" 10 value: "PRIMARY" 11 - name: "aws/health-check-id" 12 value: "asdf1234-as12-as12-as12-asdf12345678" 13 - name: "aws/evaluate-target-health" 14 value: "true" 15 recordType: CNAME 16 setIdentifier: some-unique-id 17 targets: 18 - other-subdomain.foo.bar.com