Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { // AddFallbacks allows specification of some discovery-inferred names // These names are used only if they are not otherwise defined. // This allows moving from legacy configurations to etcd-manager AddFallbacks(dnsFallbacks map[string][]net.IP) error // UpdateHosts is used for verified names; these take precedence over the fallbacks UpdateHosts(addToHost map[string][]string) error }
Click to show internal directories.
Click to hide internal directories.