import { type DNSEndpoint } from "https://deno.land/x/kubernetes_apis@v0.5.3/external-dns/externaldns.k8s.io@v1alpha1/structs.ts";
Properties
optional
spec: { endpoints?: Array<{ dnsName?: string | null; labels?: Record<string, string> | null; providerSpecific?: Array<{ name?: string | null; value?: string | null; }> | null; recordTTL?: number | null; recordType?: string | null; setIdentifier?: string | null; targets?: Array<string> | null; }> | null; } | null