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/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
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. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/kubernetes/cmd/kubelet/app/options | Package options contains all of the primary arguments for a kubelet. |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/apis/componentconfig | |
k8s.io/kubernetes/pkg/apis/componentconfig/v1alpha1 | |
k8s.io/kubernetes/pkg/auth/authenticator | |
k8s.io/kubernetes/pkg/auth/authenticator/bearertoken | |
k8s.io/kubernetes/pkg/auth/authorizer | |
k8s.io/kubernetes/pkg/auth/group | |
k8s.io/kubernetes/pkg/capabilities | Package capabilities manages system level capabilities |
k8s.io/kubernetes/pkg/client/chaosclient | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion | |
k8s.io/kubernetes/pkg/client/record | |
k8s.io/kubernetes/pkg/client/restclient | |
k8s.io/kubernetes/pkg/client/unversioned/auth | |
k8s.io/kubernetes/pkg/client/unversioned/clientcmd | |
k8s.io/kubernetes/pkg/client/unversioned/clientcmd/api | |
k8s.io/kubernetes/pkg/cloudprovider | |
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/genericapiserver/authorizer | |
k8s.io/kubernetes/pkg/healthz | |
k8s.io/kubernetes/pkg/kubelet | Package kubelet is the package that contains the libraries that drive the Kubelet binary. |
k8s.io/kubernetes/pkg/kubelet/cadvisor | Package cadvisor provides an interface for Kubelet interactions with cAdvisor. |
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/config | Package config implements the pod configuration readers. |
k8s.io/kubernetes/pkg/kubelet/container | |
k8s.io/kubernetes/pkg/kubelet/dockertools | |
k8s.io/kubernetes/pkg/kubelet/network | |
k8s.io/kubernetes/pkg/kubelet/network/cni | |
k8s.io/kubernetes/pkg/kubelet/network/exec | |
k8s.io/kubernetes/pkg/kubelet/network/kubenet | |
k8s.io/kubernetes/pkg/kubelet/server | Package server contains functions related to serving Kubelet's external interface. |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/kubelet/util/csr | |
k8s.io/kubernetes/pkg/runtime | |
k8s.io/kubernetes/pkg/types | |
k8s.io/kubernetes/pkg/util/cert | |
k8s.io/kubernetes/pkg/util/config | |
k8s.io/kubernetes/pkg/util/configz | |
k8s.io/kubernetes/pkg/util/flock | |
k8s.io/kubernetes/pkg/util/io | |
k8s.io/kubernetes/pkg/util/mount | |
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/util/runtime | |
k8s.io/kubernetes/pkg/util/wait | |
k8s.io/kubernetes/pkg/version | |
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/aws_ebs | |
k8s.io/kubernetes/pkg/volume/azure_dd | |
k8s.io/kubernetes/pkg/volume/azure_file | |
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/downwardapi | |
k8s.io/kubernetes/pkg/volume/empty_dir | |
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/gce_pd | |
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/host_path | |
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/nfs | Package nfs contains the internal representation of network file system (NFS) volumes. |
k8s.io/kubernetes/pkg/volume/photon_pd | |
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/vsphere_volume | |
k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/anonymous | |
k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/union | |
k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/x509 | |
k8s.io/kubernetes/plugin/pkg/auth/authenticator/token/webhook | |
k8s.io/kubernetes/plugin/pkg/auth/authorizer/webhook | |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
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. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
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. |