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. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/coreos/go-systemd/v22/daemon | Package daemon provides a Go implementation of the sd_notify protocol. |
github.com/emicklei/go-restful | Package restful , a lean package for creating REST-style WebServices without magic. |
github.com/evanphx/json-patch | |
github.com/google/uuid | |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
golang.org/x/net/http2 | Package http2 implements the HTTP/2 protocol. |
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/api/meta | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API |
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/runtime/serializer | |
k8s.io/apimachinery/pkg/util/clock | |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
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/waitgroup | Package waitgroup implements SafeWaitGroup wrap of sync.WaitGroup. |
k8s.io/apimachinery/pkg/version | Package version supplies the type for version information. |
k8s.io/apiserver/pkg/admission | |
k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle | |
k8s.io/apiserver/pkg/admission/plugin/webhook/mutating | Package mutating delegates admission checks to dynamically configured mutating webhooks. |
k8s.io/apiserver/pkg/admission/plugin/webhook/validating | Package validating makes calls to validating (i.e., non-mutating) webhooks during the admission process. |
k8s.io/apiserver/pkg/apis/apiserver/install | |
k8s.io/apiserver/pkg/audit | TODO: Delete this file if we generate a clientset. |
k8s.io/apiserver/pkg/audit/policy | |
k8s.io/apiserver/pkg/authentication/authenticator | |
k8s.io/apiserver/pkg/authentication/authenticatorfactory | |
k8s.io/apiserver/pkg/authentication/request/union | |
k8s.io/apiserver/pkg/authentication/user | Package user contains utilities for dealing with simple user exchange in the auth packages. |
k8s.io/apiserver/pkg/authorization/authorizer | |
k8s.io/apiserver/pkg/authorization/authorizerfactory | |
k8s.io/apiserver/pkg/authorization/union | Package union implements an authorizer that combines multiple subauthorizer. |
k8s.io/apiserver/pkg/endpoints | Package endpoints contains the generic code that provides a RESTful Kubernetes-style API service. |
k8s.io/apiserver/pkg/endpoints/discovery | |
k8s.io/apiserver/pkg/endpoints/filterlatency | |
k8s.io/apiserver/pkg/endpoints/filters | Package filters contains all the http handler chain filters which _are_ api related, i.e. |
k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager | |
k8s.io/apiserver/pkg/endpoints/handlers/responsewriters | Package responsewriters containers helpers to write responses in HTTP handlers. |
k8s.io/apiserver/pkg/endpoints/metrics | |
k8s.io/apiserver/pkg/endpoints/openapi | |
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/generic | Package generic provides a generic object store interface and a generic label/field matching type. |
k8s.io/apiserver/pkg/registry/rest | Package rest defines common logic around changes to Kubernetes-style resources. |
k8s.io/apiserver/pkg/server/dynamiccertificates | |
k8s.io/apiserver/pkg/server/egressselector | |
k8s.io/apiserver/pkg/server/filters | Package filters contains all the http handler chain filters which are not api related. |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/server/mux | Package mux contains abstractions for http multiplexing of APIs. |
k8s.io/apiserver/pkg/server/routes | Package routes holds a collection of optional genericapiserver http handlers. |
k8s.io/apiserver/pkg/server/storage | Package storage contains the plumbing to setup the etcd storage of the apiserver. |
k8s.io/apiserver/pkg/storageversion | |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/apiserver/pkg/util/flowcontrol | |
k8s.io/apiserver/pkg/util/flowcontrol/request | |
k8s.io/apiserver/pkg/util/openapi | |
k8s.io/client-go/informers | Package informers provides generated informers for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/component-base/cli/flag | |
k8s.io/component-base/logs | Package logs contains support for logging options, flags and setup. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kube-openapi/pkg/builder | Package builder contains code to generate OpenAPI discovery spec (which initial version of it also known as Swagger 2.0). |
k8s.io/kube-openapi/pkg/common | package common holds shared code and types between open API code generator and spec generator. |
k8s.io/kube-openapi/pkg/handler | |
k8s.io/kube-openapi/pkg/util | |
k8s.io/kube-openapi/pkg/util/proto | Package proto is a collection of libraries for parsing and indexing the type definitions. |
k8s.io/kube-openapi/pkg/validation/spec | |
k8s.io/utils/net | |
log | Package log implements a simple logging package. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
path | Package path implements utility routines for manipulating slash-separated paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |