| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
| k8s.io/apimachinery/pkg/api/meta | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API |
| k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
| k8s.io/apimachinery/pkg/fields | Package fields implements a simple field system, parsing and matching selectors with sets of fields. |
| k8s.io/apimachinery/pkg/labels | Package labels implements a simple label system, parsing and matching selectors with sets of labels. |
| k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
| k8s.io/apimachinery/pkg/runtime/schema | |
| k8s.io/apimachinery/pkg/util/cache | |
| k8s.io/apimachinery/pkg/util/clock | |
| k8s.io/apimachinery/pkg/util/diff | |
| k8s.io/apimachinery/pkg/util/runtime | |
| k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
| k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
| k8s.io/apimachinery/pkg/watch | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. |
| k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
| k8s.io/client-go/rest | |
| math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
| net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
| net/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| regexp | Package regexp implements regular expression search. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
| runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
| 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. |