Versions in this module Expand all Collapse all v0 v0.1.0 Sep 5, 2023 Changes in this version + var ClusterServer *net.Resolver + var ClusterServerIP = "" + func GetClusterDnsServer(services []*corev1.Service) (string, bool) + func IsIPv4(address string) bool + func IsIPv6(address string) bool + func LookupIP(hostname string) ([]net.IP, error) + func PurgeIPv6(ips []net.IP) []net.IP + func ResolverFromIP(ip string)