Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSEntries ¶
type DNSEntries map[string]hostAddresses
DNSEntries associate hostname to a map of addresses if the host is in multiple networks kube-node1:
delivery: 100.96.0.1 prod: 100.64.0.5
type Netmaker ¶
type Netmaker struct { Next plugin.Handler Fall fall.F // Zone is the zone of the base query in the configuration file // this is the global domain. Zone string // Entries is the cache of hosts informations Entries *DNSEntries // RefreshDuration is the interval at which we will refresh informations from database RefreshDuration time.Duration DNSClient DNSer }
Netmaker is a plugin that talks to netmaker API to retrieve hosts
Click to show internal directories.
Click to hide internal directories.