Imports of package etcd

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.etcd.io/etcd/client/v3Package clientv3 implements the official Go etcd client for v3.
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1Package v1 is the v1 version of the API.
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset
k8s.io/apiextensions-apiserver/test/integration/fixtures
k8s.io/apimachinery/pkg/api/metaPackage meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
k8s.io/apimachinery/pkg/runtimePackage 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/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apimachinery/pkg/util/json
k8s.io/apimachinery/pkg/util/versionPackage version provides utilities for version number comparisons
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/server/optionspackage options is the public flags and options used by a generic api server.
k8s.io/apiserver/pkg/util/compatibility
k8s.io/apiserver/pkg/util/feature
k8s.io/client-go/discovery/cached/memory
k8s.io/client-go/dynamic
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/client-go/restmapper
k8s.io/client-go/util/testing
k8s.io/component-base/compatibility
k8s.io/component-base/featuregate/testing
k8s.io/component-base/version
k8s.io/kubernetes/cmd/kube-apiserver/appPackage app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure.
k8s.io/kubernetes/cmd/kube-apiserver/app/optionsPackage options contains flags and options for initializing an apiserver
k8s.io/kubernetes/pkg/controlplanePackage controlplane contains code for setting up and running a Kubernetes cluster control plane API server.
k8s.io/kubernetes/test/integrationPackage integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system.
k8s.io/kubernetes/test/integration/framework
k8s.io/kubernetes/test/utils/image
k8s.io/kubernetes/test/utils/ktestingPackage ktesting is a wrapper around k8s.io/klog/v2/ktesting.
k8s.io/utils/net
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.