kubernetesk8s.io/kubernetes/pkg/dns

Imports of package dns

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/etcd/clientPackage client provides bindings for the etcd APIs.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/miekg/dns
github.com/skynetservices/skydns/msg
hash/fnvPackage fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/endpoints
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/client/cache
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/controller/framework
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/util/validation
k8s.io/kubernetes/pkg/util/wait
k8s.io/kubernetes/pkg/watch
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.