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.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/go-cmp/cmpPackage cmp determines equality of values.
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/v1alpha2
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/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/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/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/metrics/legacyregistry
k8s.io/component-base/metrics/testutil
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/runtime
k8s.io/kubernetes/pkg/scheduler/metrics
k8s.io/kubernetes/test/e2e/dra/test-driver/appPackage app does all of the work necessary to configure and run a Kubernetes app process.
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
mathPackage math provides basic constants and mathematical functions.
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.
sigs.k8s.io/yaml
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.