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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
k8s.io/api/autoscaling/v1 | |
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 | Package v1 is the v1 version of the API. |
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 | Package v1beta1 is the v1beta1 version of the API. |
k8s.io/apimachinery/pkg/api/validation | Package validation contains generic api type validation functions. |
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/apis/meta/v1/validation | |
k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/runtime/schema | |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/uuid | |
k8s.io/apimachinery/pkg/util/validation/field | |
k8s.io/apiserver/pkg/util/webhook | Package webhook implements a generic HTTP webhook plugin. |
k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
k8s.io/client-go/rest | |
k8s.io/component-base/metrics | |
k8s.io/component-base/metrics/legacyregistry | |
k8s.io/component-base/tracing | |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |