fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/apis/meta/internalversion | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
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/apiserver/pkg/endpoints/request | Package request contains everything around extracting info from a http request object. |
k8s.io/apiserver/pkg/registry/generic/registry | Package etcd has a generic implementation of a registry that stores things in etcd. |
k8s.io/apiserver/pkg/registry/rest | Package rest defines common logic around changes to Kubernetes-style resources. |
k8s.io/apiserver/pkg/storage/etcd/testing | |
k8s.io/apiserver/pkg/storage/storagebackend | |
k8s.io/kubernetes/pkg/api/testapi | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/util/slice | Package slice provides utility methods for common operations on slices. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |