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. |
github.com/google/uuid | |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
golang.org/x/sys/unix | |
gopkg.in/natefinch/lumberjack.v2 | |
io | Package io provides basic interfaces to I/O primitives. |
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/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apiserver/pkg/admission | |
k8s.io/apiserver/pkg/admission/initializer | |
k8s.io/apiserver/pkg/admission/metrics | |
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 | Package apiserver is the internal version of the API. |
k8s.io/apiserver/pkg/apis/apiserver/v1 | Package v1 is the v1 version of the API. |
k8s.io/apiserver/pkg/apis/apiserver/v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
k8s.io/apiserver/pkg/apis/audit | |
k8s.io/apiserver/pkg/apis/audit/v1 | |
k8s.io/apiserver/pkg/apis/audit/v1alpha1 | |
k8s.io/apiserver/pkg/apis/audit/v1beta1 | |
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/authenticatorfactory | |
k8s.io/apiserver/pkg/authentication/request/headerrequest | |
k8s.io/apiserver/pkg/authorization/authorizer | |
k8s.io/apiserver/pkg/authorization/authorizerfactory | |
k8s.io/apiserver/pkg/authorization/path | Package path contains an authorizer that allows certain paths and path prefixes. |
k8s.io/apiserver/pkg/authorization/union | Package union implements an authorizer that combines multiple subauthorizer. |
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/generic/registry | Package etcd has a generic implementation of a registry that stores things in etcd. |
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/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/server/options/encryptionconfig | |
k8s.io/apiserver/pkg/server/resourceconfig | Package resourceconfig contains the resource config related helper functions. |
k8s.io/apiserver/pkg/server/storage | Package storage contains the plumbing to setup the etcd storage of the apiserver. |
k8s.io/apiserver/pkg/storage/storagebackend | |
k8s.io/apiserver/pkg/storage/storagebackend/factory | |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/apiserver/pkg/util/flowcontrol | |
k8s.io/apiserver/plugin/pkg/audit/buffered | Package buffered provides an implementation for the audit.Backend interface that batches incoming audit events and sends batches to the delegate audit.Backend. |
k8s.io/apiserver/plugin/pkg/audit/log | |
k8s.io/apiserver/plugin/pkg/audit/truncate | Package truncate provides an implementation for the audit.Backend interface that truncates audit events and sends them to the delegate audit.Backend. |
k8s.io/apiserver/plugin/pkg/audit/webhook | Package webhook implements the audit.Backend interface using HTTP webhooks. |
k8s.io/client-go/informers | Package informers provides generated informers for Kubernetes APIs. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/clientcmd | Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
k8s.io/client-go/util/cert | |
k8s.io/client-go/util/keyutil | Package keyutil contains utilities for managing public/private key pairs. |
k8s.io/component-base/cli/flag | |
k8s.io/component-base/featuregate | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kube-openapi/pkg/common | package common holds shared code and types between open API code generator and spec generator. |
k8s.io/utils/path | |
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. |
path | Package path implements utility routines for manipulating slash-separated paths. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |