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. |
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/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/apiserver/pkg/endpoints | Package endpoints contains the generic code that provides a RESTful Kubernetes-style API service. |
k8s.io/apiserver/pkg/endpoints/handlers | Package handlers contains HTTP handlers to implement the apiserver APIs. |
k8s.io/apiserver/pkg/endpoints/request | Package request contains everything around extracting info from a http request object. |
k8s.io/apiserver/pkg/registry/generic | Package generic provides a generic object store interface and a generic label/field matching type. |
k8s.io/apiserver/pkg/registry/rest | Package rest defines common logic around changes to Kubernetes-style resources. |
k8s.io/apiserver/pkg/server | Package server contains the plumbing to create kubernetes-like API server command. |
k8s.io/apiserver/pkg/server/storage | Package storage contains the plumbing to setup the etcd storage of the apiserver. |
k8s.io/apiserver/pkg/storage/storagebackend | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/apis/extensions | |
k8s.io/kubernetes/pkg/registry/extensions/rest | |
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata | |
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata/storage | |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |