context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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. |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
go.etcd.io/etcd/client/pkg/v3/transport | |
go.etcd.io/etcd/client/v3 | Package clientv3 implements the official Go etcd client for v3. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 | Package v1 is the v1 version of the API. |
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 | Package 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/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package 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/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apimachinery/pkg/watch | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. |
k8s.io/apiserver/pkg/endpoints/request | Package request contains everything around extracting info from a http request object. |
k8s.io/apiserver/pkg/storage/names | |
k8s.io/client-go/discovery | Package 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/scale | Package 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/pointer | Deprecated: 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. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |