compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
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. |
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. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
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/util/runtime | |
k8s.io/apiserver/pkg/audit | TODO: Delete this file if we generate a clientset. |
k8s.io/apiserver/pkg/authorization/authorizer | |
k8s.io/apiserver/pkg/endpoints/handlers/negotiation | Package negotiation contains media type negotiation logic. |
k8s.io/apiserver/pkg/endpoints/metrics | |
k8s.io/apiserver/pkg/endpoints/request | Package request contains everything around extracting info from a http request object. |
k8s.io/apiserver/pkg/features | |
k8s.io/apiserver/pkg/registry/rest | Package rest defines common logic around changes to Kubernetes-style resources. |
k8s.io/apiserver/pkg/storage | Interfaces for database-related operations. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/apiserver/pkg/util/flushwriter | Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface |
k8s.io/apiserver/pkg/util/wsstream | Deprecated: This WebSockets package under apiserver is no longer in use. |
k8s.io/component-base/tracing | |
net/http | Package http provides HTTP client and server implementations. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |