Imports of package benchmark

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/api/resource/v1beta1Package v1beta1 is the v1beta1 version of the resource API.
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/api/metaPackage meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API
k8s.io/apimachinery/pkg/api/resource
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/labelsPackage labels implements a simple label system, parsing and matching selectors with sets of labels.
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/util/randPackage rand provides utilities related to randomization.
k8s.io/apimachinery/pkg/util/runtime
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/util/feature
k8s.io/client-go/discovery/cached/memory
k8s.io/client-go/dynamic
k8s.io/client-go/informersPackage informers provides generated informers for Kubernetes APIs.
k8s.io/client-go/informers/core/v1
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/client-go/restmapper
k8s.io/client-go/tools/cachePackage cache is a client-side caching mechanism.
k8s.io/client-go/util/workqueuePackage workqueue provides a simple queue that supports the following features:
k8s.io/component-base/featuregate
k8s.io/component-base/featuregate/testing
k8s.io/component-base/logsPackage logs contains support for logging options, flags and setup.
k8s.io/component-base/logs/api/v1The LoggingAlphaOptions and LoggingBetaOptions feature gates control whether these unstable features can get enabled.
k8s.io/component-base/metrics/legacyregistry
k8s.io/component-base/metrics/testutil
k8s.io/dynamic-resource-allocation/cel
k8s.io/dynamic-resource-allocation/structuredPackage structured contains code for working with structured parameters.
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kube-scheduler/config/v1
k8s.io/kubernetes/cmd/kube-apiserver/app/testing
k8s.io/kubernetes/pkg/features
k8s.io/kubernetes/pkg/scheduler/apis/config
k8s.io/kubernetes/pkg/scheduler/apis/config/scheme
k8s.io/kubernetes/pkg/scheduler/apis/config/validation
k8s.io/kubernetes/pkg/scheduler/framework
k8s.io/kubernetes/pkg/scheduler/framework/plugins/dynamicresources
k8s.io/kubernetes/pkg/scheduler/framework/plugins/names
k8s.io/kubernetes/pkg/scheduler/framework/runtime
k8s.io/kubernetes/pkg/scheduler/metrics
k8s.io/kubernetes/pkg/scheduler/util
k8s.io/kubernetes/pkg/scheduler/util/assumecache
k8s.io/kubernetes/test/integration/framework
k8s.io/kubernetes/test/integration/util
k8s.io/kubernetes/test/utils
k8s.io/kubernetes/test/utils/ktestingPackage ktesting is a wrapper around k8s.io/klog/v2/ktesting.
k8s.io/kubernetes/test/utils/ktesting/initoption
k8s.io/utils/ptr
mapsPackage maps defines various functions useful with maps of any type.
mathPackage math provides basic constants and mathematical functions.
math/rand/v2Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
sigs.k8s.io/yaml
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.