context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/proxy | Package proxy provides transport and upgrade support for proxies. |
k8s.io/apiserver/pkg/features | |
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/generic/rest | Package rest has generic implementations of resources used for REST responses |
k8s.io/apiserver/pkg/registry/rest | Package rest defines common logic around changes to Kubernetes-style resources. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/apis/core/install | Package install installs the v1 monolithic api, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/core/validation | Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid. |
k8s.io/kubernetes/pkg/capabilities | Package capabilities manages system level capabilities |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubelet/client | |
k8s.io/kubernetes/pkg/registry/core/pod | Package pod provides Registry interface and it's RESTStorage implementation for storing Pod api objects. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |