context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/onsi/gomega | Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. |
github.com/onsi/gomega/format | |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset | |
k8s.io/client-go/discovery/cached/memory | |
k8s.io/client-go/dynamic | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/client-go/restmapper | |
k8s.io/component-base/logs/testinit | Package testinit adds logging flags to a Ginkgo or Go test program during initialization, something that the logs package itself no longer does. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/klog/v2/ktesting | Package testinglogger contains an implementation of the logr interface which is logging through a function like testing.TB.Log function. |
k8s.io/kubernetes/test/utils/format | Package format is an extension of Gomega's format package which improves printing of objects that can be serialized well as YAML, like the structs in the Kubernetes API. |
k8s.io/kubernetes/test/utils/ktesting/initoption | |
k8s.io/kubernetes/test/utils/ktesting/internal | |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |