bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/stretchr/testify/require | Package require implements the same assertions as the `assert` package but stops test execution when a test fails. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/api/resource/v1beta1 | Package v1beta1 is the v1beta1 version of the resource API. |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/api/meta | Package 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/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
k8s.io/apimachinery/pkg/labels | Package 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/rand | Package rand provides utilities related to randomization. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/wait | Package 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/informers | Package informers provides generated informers for Kubernetes APIs. |
k8s.io/client-go/informers/core/v1 | |
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/client-go/tools/cache | Package cache is a client-side caching mechanism. |
k8s.io/client-go/util/workqueue | Package 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/logs | Package logs contains support for logging options, flags and setup. |
k8s.io/component-base/logs/api/v1 | The 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/structured | Package structured contains code for working with structured parameters. |
k8s.io/klog/v2 | Package 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/ktesting | Package ktesting is a wrapper around k8s.io/klog/v2/ktesting. |
k8s.io/kubernetes/test/utils/ktesting/initoption | |
k8s.io/utils/ptr | |
maps | Package maps defines various functions useful with maps of any type. |
math | Package math provides basic constants and mathematical functions. |
math/rand/v2 | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
sigs.k8s.io/yaml | |
slices | Package slices defines various functions useful with slices of any type. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |