| 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. |
| 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/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/runtime | |
| k8s.io/apimachinery/pkg/util/yaml | |
| k8s.io/apiserver/pkg/admission | |
| k8s.io/apiserver/pkg/util/webhook | Package webhook implements a generic HTTP webhook plugin. |
| k8s.io/client-go/dynamic | |
| k8s.io/client-go/rest | |
| k8s.io/client-go/tools/clientcmd | Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
| k8s.io/kubernetes/pkg/api | |
| k8s.io/kubernetes/pkg/api/ref | |
| k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| time | Package time provides functionality for measuring and displaying time. |