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/google/cadvisor/info/v1 | Types used for docker containers. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/api/resource | |
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/types | Package types implements various generic types used throughout kubernetes. |
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/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apiserver/pkg/authentication/authenticator | |
k8s.io/apiserver/pkg/authentication/authenticatorfactory | |
k8s.io/apiserver/pkg/authorization/authorizer | |
k8s.io/apiserver/pkg/authorization/authorizerfactory | |
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/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/server/options | package options is the public flags and options used by a generic api server. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/authentication/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/authorization/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
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/tools/record | Package record has all client logic for recording and reporting "k8s.io/api/core/v1".Event events. |
k8s.io/client-go/util/cert | |
k8s.io/client-go/util/certificate | |
k8s.io/client-go/util/connrotation | Package connrotation implements a connection dialer that tracks and can close all created connections. |
k8s.io/client-go/util/keyutil | Package keyutil contains utilities for managing public/private key pairs. |
k8s.io/cloud-provider | Package cloudprovider supplies interfaces and implementations for cloud service providers. |
k8s.io/component-base/cli/flag | |
k8s.io/component-base/configz | Package configz serves ComponentConfig objects from running components. |
k8s.io/component-base/featuregate | |
k8s.io/component-base/logs | Package logs contains support for logging options, flags and setup. |
k8s.io/component-base/metrics | |
k8s.io/component-base/metrics/legacyregistry | |
k8s.io/component-base/version | |
k8s.io/component-base/version/verflag | Package verflag defines utility functions to handle command line flags related to version of Kubernetes. |
k8s.io/csi-translation-lib/plugins | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubelet/config/v1beta1 | |
k8s.io/kubernetes/cmd/kubelet/app/options | Package options contains all of the primary arguments for a kubelet. |
k8s.io/kubernetes/pkg/api/legacyscheme | |
k8s.io/kubernetes/pkg/capabilities | Package capabilities manages system level capabilities |
k8s.io/kubernetes/pkg/cloudprovider/providers | |
k8s.io/kubernetes/pkg/credentialprovider | Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme. |
k8s.io/kubernetes/pkg/credentialprovider/aws | |
k8s.io/kubernetes/pkg/credentialprovider/azure | |
k8s.io/kubernetes/pkg/credentialprovider/gcp | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubelet | Package kubelet is the package that contains the libraries that drive the Kubelet binary. |
k8s.io/kubernetes/pkg/kubelet/apis/config | |
k8s.io/kubernetes/pkg/kubelet/apis/config/scheme | |
k8s.io/kubernetes/pkg/kubelet/apis/config/validation | |
k8s.io/kubernetes/pkg/kubelet/cadvisor | Package cadvisor provides an interface for Kubelet interactions with cAdvisor. |
k8s.io/kubernetes/pkg/kubelet/certificate | |
k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap | |
k8s.io/kubernetes/pkg/kubelet/cm | Package cm (abbreviation of "container manager") and its subpackages contain all the kubelet code to manage containers. |
k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/topology | Package topology contains helpers for the CPU manager. |
k8s.io/kubernetes/pkg/kubelet/cm/cpuset | |
k8s.io/kubernetes/pkg/kubelet/config | Package config implements the pod configuration readers. |
k8s.io/kubernetes/pkg/kubelet/container | |
k8s.io/kubernetes/pkg/kubelet/eviction | Package eviction is responsible for enforcing eviction thresholds to maintain node stability. |
k8s.io/kubernetes/pkg/kubelet/eviction/api | |
k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles | |
k8s.io/kubernetes/pkg/kubelet/metrics | |
k8s.io/kubernetes/pkg/kubelet/server | Package server contains functions related to serving Kubelet's external interface. |
k8s.io/kubernetes/pkg/kubelet/stats/pidlimit | |
k8s.io/kubernetes/pkg/util/filesystem | |
k8s.io/kubernetes/pkg/util/flock | |
k8s.io/kubernetes/pkg/util/node | |
k8s.io/kubernetes/pkg/util/oom | Package oom implements utility functions relating to out of memory management. |
k8s.io/kubernetes/pkg/util/rlimit | |
k8s.io/kubernetes/pkg/volume | Package volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets. |
k8s.io/kubernetes/pkg/volume/awsebs | |
k8s.io/kubernetes/pkg/volume/azure_file | |
k8s.io/kubernetes/pkg/volume/azuredd | |
k8s.io/kubernetes/pkg/volume/cephfs | |
k8s.io/kubernetes/pkg/volume/cinder | |
k8s.io/kubernetes/pkg/volume/configmap | Package configmap contains the internal representation of configMap volumes. |
k8s.io/kubernetes/pkg/volume/csi | |
k8s.io/kubernetes/pkg/volume/csimigration | |
k8s.io/kubernetes/pkg/volume/downwardapi | |
k8s.io/kubernetes/pkg/volume/emptydir | Package emptydir contains the internal representation of emptyDir volumes. |
k8s.io/kubernetes/pkg/volume/fc | Package fc contains the internal representation of Fibre Channel (fc) volumes. |
k8s.io/kubernetes/pkg/volume/flexvolume | |
k8s.io/kubernetes/pkg/volume/flocker | |
k8s.io/kubernetes/pkg/volume/gcepd | |
k8s.io/kubernetes/pkg/volume/git_repo | Package git_repo contains the internal representation of git repo volumes. |
k8s.io/kubernetes/pkg/volume/glusterfs | |
k8s.io/kubernetes/pkg/volume/hostpath | Package hostpath contains the internal representation of hostPath volumes. |
k8s.io/kubernetes/pkg/volume/iscsi | Package iscsi contains the internal representation of Internet Small Computer System Interface (iSCSI) volumes. |
k8s.io/kubernetes/pkg/volume/local | Package local contains the internal representation of local volumes |
k8s.io/kubernetes/pkg/volume/nfs | Package nfs contains the internal representation of network file system (NFS) volumes. |
k8s.io/kubernetes/pkg/volume/portworx | Package portworx contains the internal representation of Portworx Block Device volumes. |
k8s.io/kubernetes/pkg/volume/projected | |
k8s.io/kubernetes/pkg/volume/quobyte | |
k8s.io/kubernetes/pkg/volume/rbd | |
k8s.io/kubernetes/pkg/volume/secret | Package secret contains the internal representation of secret volumes. |
k8s.io/kubernetes/pkg/volume/storageos | |
k8s.io/kubernetes/pkg/volume/util/hostutil | |
k8s.io/kubernetes/pkg/volume/util/subpath | |
k8s.io/kubernetes/pkg/volume/vsphere_volume | |
k8s.io/mount-utils | Package mount defines an interface to mounting filesystems. |
k8s.io/utils/exec | Package exec provides an injectable interface and implementations for running commands. |
k8s.io/utils/net | |
math | Package math provides basic constants and mathematical functions. |
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. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |
time | Package time provides functionality for measuring and displaying time. |