| bytes | Package bytes implements functions for the manipulation of byte slices. |
| 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. |
| go.etcd.io/etcd/clientv3 | clientv3 is the official Go etcd client for v3. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
| k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
| k8s.io/apiserver/pkg/apis/config/v1 | |
| k8s.io/apiserver/pkg/storage/storagebackend | |
| k8s.io/apiserver/pkg/storage/value | Package value contains methods for assisting with transformation of values in storage. |
| k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
| k8s.io/component-base/metrics/legacyregistry | |
| k8s.io/klog | Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
| k8s.io/kubernetes/cmd/kube-apiserver/app/testing | |
| k8s.io/kubernetes/test/integration | Package integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system. |
| k8s.io/kubernetes/test/integration/framework | |
| os | Package os provides a platform-independent interface to operating system functionality. |
| path | Package path implements utility routines for manipulating slash-separated paths. |
| sigs.k8s.io/yaml | |
| 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. |
| testing | Package testing provides support for automated testing of Go packages. |