Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AXFR ¶
type AXFR struct { TTL int32 // DNS TTL according to config Serial uint32 // Current DNS zone version / serial number RefreshSeconds int // How often we try to poll Mesos for updates -- minimum downstream poll interval Mname string // primary name server Rname string // email of admin esponsible Domain string // Domain: name of the domain used (default "mesos", ie .mesos domain) Records AXFRRecords }
AXFR is a rough representation of a "transfer" of the Mesos-DNS data
type AXFRRecords ¶
type AXFRRecords struct { As AXFRResourceRecordSet SRVs AXFRResourceRecordSet }
AXFRRecords are the As, and SRVs that actually make up the Mesos-DNS zone
type AXFRResourceRecordSet ¶
AXFRResourceRecordSet is a representation of record name -> string
Click to show internal directories.
Click to hide internal directories.