pub async fn reconcile_txt_record(
client: Client,
record: TXTRecord,
) -> Result<()>Expand description
Reconciles a TXTRecord (text) resource.
Finds DNSZones that have selected this record via label selectors and creates/updates
the record in BIND9 primaries for those zones using dynamic DNS updates.
Commonly used for SPF, DKIM, DMARC, and domain verification.
ยงErrors
Returns an error if Kubernetes API operations fail or BIND9 record creation fails.