apiserverk8s.io/apiserver/pkg/server

Imports of package server

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.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
encoding/base32Package base32 implements base32 encoding as specified by RFC 4648.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/go-systemd/v22/daemonPackage daemon provides a Go implementation of the sd_notify protocol.
github.com/emicklei/go-restful/v3
github.com/evanphx/json-patch
github.com/google/uuid
golang.org/x/crypto/cryptobytePackage cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER.
golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
golang.org/x/time/ratePackage rate provides a rate limiter.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/api/apidiscovery/v2beta1
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/runtimePackage 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/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apimachinery/pkg/util/managedfields
k8s.io/apimachinery/pkg/util/runtime
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/waitgroupPackage waitgroup implements SafeWaitGroup wrap of sync.WaitGroup.
k8s.io/apimachinery/pkg/versionPackage 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/validatingadmissionpolicy
k8s.io/apiserver/pkg/admission/plugin/webhook/mutatingPackage mutating delegates admission checks to dynamically configured mutating webhooks.
k8s.io/apiserver/pkg/admission/plugin/webhook/validatingPackage 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/auditTODO: Delete this file if we generate a clientset.
k8s.io/apiserver/pkg/authentication/authenticator
k8s.io/apiserver/pkg/authentication/authenticatorfactory
k8s.io/apiserver/pkg/authentication/request/union
k8s.io/apiserver/pkg/authentication/userPackage user contains utilities for dealing with simple user exchange in the auth packages.
k8s.io/apiserver/pkg/authorization/authorizer
k8s.io/apiserver/pkg/endpointsPackage endpoints contains the generic code that provides a RESTful Kubernetes-style API service.
k8s.io/apiserver/pkg/endpoints/discovery
k8s.io/apiserver/pkg/endpoints/discovery/aggregated
k8s.io/apiserver/pkg/endpoints/filterlatency
k8s.io/apiserver/pkg/endpoints/filtersPackage filters contains all the http handler chain filters which _are_ api related, i.e.
k8s.io/apiserver/pkg/endpoints/handlers/responsewritersPackage 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/requestPackage request contains everything around extracting info from a http request object.
k8s.io/apiserver/pkg/features
k8s.io/apiserver/pkg/registry/genericPackage generic provides a generic object store interface and a generic label/field matching type.
k8s.io/apiserver/pkg/registry/restPackage 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/filtersPackage filters contains all the http handler chain filters which are not api related.
k8s.io/apiserver/pkg/server/healthzPackage healthz implements basic http server health checking.
k8s.io/apiserver/pkg/server/muxPackage mux contains abstractions for http multiplexing of APIs.
k8s.io/apiserver/pkg/server/routesPackage routes holds a collection of optional genericapiserver http handlers.
k8s.io/apiserver/pkg/server/storagePackage storage contains the plumbing to setup the etcd storage of the apiserver.
k8s.io/apiserver/pkg/storage/valuePackage value contains methods for assisting with transformation of values in storage.
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/client-go/informersPackage informers provides generated informers for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/component-base/cli/flag
k8s.io/component-base/logsPackage logs contains support for logging options, flags and setup.
k8s.io/component-base/metrics/features
k8s.io/component-base/metrics/prometheus/slis
k8s.io/component-base/tracing
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kube-openapi/pkg/builder3
k8s.io/kube-openapi/pkg/commonpackage 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/handler3
k8s.io/kube-openapi/pkg/spec3
k8s.io/kube-openapi/pkg/util
k8s.io/kube-openapi/pkg/validation/spec
k8s.io/utils/clock
k8s.io/utils/net
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
pathPackage path implements utility routines for manipulating slash-separated paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.