Imports of package ktesting

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-logr/logrPackage logr defines a general-purpose logging API and abstract interfaces to back that API.
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/klog/v2/internal/bufferPackage buffer provides a cache for byte.Buffer instances that can be reused to avoid frequent allocation and deallocation.
k8s.io/klog/v2/internal/dbgPackage dbg provides some helper code for call traces.
k8s.io/klog/v2/internal/serialize
k8s.io/klog/v2/internal/severityPackage severity provides definitions for klog severity (info, warning, ...)
k8s.io/klog/v2/internal/verbosity
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.