bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/appc/spec/schema | Package schema provides definitions for the JSON schema of the different manifests in the App Container Specification. |
github.com/appc/spec/schema/types | Package types contains structs representing the various types in the app container specification. |
github.com/coreos/go-semver/semver | Semantic Versions http://semver.org |
github.com/coreos/go-systemd/dbus | Integration with the systemd D-Bus API. |
github.com/coreos/go-systemd/unit | |
github.com/coreos/rkt/api/v1alpha | |
github.com/docker/engine-api/types | Package types is used for API stability in the types and response to the consumers of the API stats endpoint. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/unversioned | |
k8s.io/kubernetes/pkg/client/record | |
k8s.io/kubernetes/pkg/credentialprovider | Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme. |
k8s.io/kubernetes/pkg/kubelet/container | |
k8s.io/kubernetes/pkg/kubelet/events | |
k8s.io/kubernetes/pkg/kubelet/images | Package images is responsible for managing lifecycle of container images. |
k8s.io/kubernetes/pkg/kubelet/leaky | |
k8s.io/kubernetes/pkg/kubelet/lifecycle | Package lifecycle contains handlers for pod lifecycle events and interfaces to integrate with kubelet admission, synchronization, and eviction of pods. |
k8s.io/kubernetes/pkg/kubelet/network | |
k8s.io/kubernetes/pkg/kubelet/network/hairpin | |
k8s.io/kubernetes/pkg/kubelet/prober/results | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/kubelet/util/format | |
k8s.io/kubernetes/pkg/securitycontext | Package securitycontext contains security context api implementations |
k8s.io/kubernetes/pkg/types | |
k8s.io/kubernetes/pkg/util/errors | |
k8s.io/kubernetes/pkg/util/exec | |
k8s.io/kubernetes/pkg/util/flowcontrol | |
k8s.io/kubernetes/pkg/util/parsers | |
k8s.io/kubernetes/pkg/util/selinux | |
k8s.io/kubernetes/pkg/util/strings | |
k8s.io/kubernetes/pkg/util/term | |
k8s.io/kubernetes/pkg/util/uuid | |
k8s.io/kubernetes/pkg/util/wait | |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |