sigs.k8s.io/external-dns@v0.14.1/docs/contributing/crd-source/dnsendpoint-example.yaml (about)

     1  apiVersion: externaldns.k8s.io/v1alpha1
     2  kind: DNSEndpoint
     3  metadata:
     4    name: examplednsrecord
     5  spec:
     6    endpoints:
     7    - dnsName: foo.bar.com
     8      recordTTL: 180
     9      recordType: A
    10      targets:
    11      - 192.168.99.216
    12      # Provider specific configurations are set like an annotation would on other sources
    13      providerSpecific:
    14        - name: external-dns.alpha.kubernetes.io/cloudflare-proxied
    15          value: "true"