context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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/labels | Package labels implements a simple label system, parsing and matching selectors with sets of labels. |
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/httpstream | Package httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades. |
k8s.io/apimachinery/pkg/util/httpstream/spdy | |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/proxy | Package proxy provides transport and upgrade support for proxies. |
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/endpoints/handlers/negotiation | Package negotiation contains media type negotiation logic. |
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/request | Package request contains everything around extracting info from a http request object. |
k8s.io/apiserver/pkg/features | |
k8s.io/apiserver/pkg/server | Package server contains the plumbing to create kubernetes-like API server command. |
k8s.io/apiserver/pkg/server/dynamiccertificates | |
k8s.io/apiserver/pkg/server/egressselector | |
k8s.io/apiserver/pkg/server/storage | Package storage contains the plumbing to setup the etcd storage of the apiserver. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/apiserver/pkg/util/proxy | Among other files, this directory contains functionality for two stream proxies: streamtranslator.go and streamtunnel.go. |
k8s.io/client-go/listers/core/v1 | |
k8s.io/client-go/pkg/version | Package version supplies version information collected at build time to kubernetes components. |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/cache | Package cache is a client-side caching mechanism. |
k8s.io/client-go/transport | |
k8s.io/client-go/util/workqueue | Package workqueue provides a simple queue that supports the following features: |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1 | Package v1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server. |
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/helper | |
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1 | Package v1beta1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server. |
k8s.io/kube-aggregator/pkg/apiserver/scheme | |
k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset | |
k8s.io/kube-aggregator/pkg/client/informers/externalversions | |
k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration/v1 | |
k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1 | |
k8s.io/kube-aggregator/pkg/controllers | |
k8s.io/kube-aggregator/pkg/controllers/openapi | |
k8s.io/kube-aggregator/pkg/controllers/openapi/aggregator | |
k8s.io/kube-aggregator/pkg/controllers/status | |
k8s.io/kube-aggregator/pkg/registry/apiservice/rest | |
k8s.io/kube-openapi/pkg/common | package common holds shared code and types between open API code generator and spec generator. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |