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/dnsPackage dns implements a full featured interface to the Domain Name System.
github.com/skynetservices/skydns/msg
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/dns/config
k8s.io/kubernetes/pkg/dns/treecache
k8s.io/kubernetes/pkg/dns/util
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.