fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/pborman/uuid | The uuid package generates and inspects UUIDs. |
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/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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |