Imports of package fixtures

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/uuidPackage uuid generates and inspects UUIDs.
go.etcd.io/etcd/client/pkg/v3/transport
go.etcd.io/etcd/client/v3Package clientv3 implements the official Go etcd client for v3.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1Package v1 is the v1 version of the API.
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1Package v1beta1 is the v1beta1 version of the API.
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset
k8s.io/apiextensions-apiserver/pkg/cmd/server/options
k8s.io/apiextensions-apiserver/pkg/cmd/server/testing
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
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/runtime/schema
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apimachinery/pkg/watchPackage watch contains a generic watchable interface, and a fake for testing code that uses the watch interface.
k8s.io/apiserver/pkg/endpoints/requestPackage request contains everything around extracting info from a http request object.
k8s.io/apiserver/pkg/storage/names
k8s.io/client-go/discoveryPackage discovery provides ways to discover server-supported API groups, versions and resources.
k8s.io/client-go/dynamic
k8s.io/client-go/rest
k8s.io/client-go/restmapper
k8s.io/client-go/scalePackage scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale.
k8s.io/utils/pointerDeprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.