context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/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/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/runtime/schema | |
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/uuid | |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apiserver/pkg/features | |
k8s.io/apiserver/pkg/quota/v1/generic | |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/server/mux | Package mux contains abstractions for http multiplexing of APIs. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/client-go/discovery/cached | |
k8s.io/client-go/dynamic | |
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/metadata | |
k8s.io/client-go/metadata/metadatainformer | |
k8s.io/client-go/rest | |
k8s.io/client-go/restmapper | |
k8s.io/client-go/scale | Package scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale. |
k8s.io/client-go/tools/leaderelection | Package leaderelection implements leader election of a set of endpoints. |
k8s.io/client-go/tools/leaderelection/resourcelock | |
k8s.io/client-go/util/cert | |
k8s.io/client-go/util/flowcontrol | |
k8s.io/client-go/util/keyutil | Package keyutil contains utilities for managing public/private key pairs. |
k8s.io/cloud-provider | |
k8s.io/cloud-provider/controllers/nodelifecycle | |
k8s.io/cloud-provider/controllers/route | |
k8s.io/cloud-provider/controllers/service | |
k8s.io/component-base/cli/flag | |
k8s.io/component-base/cli/globalflag | |
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/prometheus/ratelimiter | |
k8s.io/component-base/term | |
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/controller-manager/app | |
k8s.io/controller-manager/controller | |
k8s.io/controller-manager/pkg/clientbuilder | |
k8s.io/controller-manager/pkg/healthz | |
k8s.io/controller-manager/pkg/informerfactory | |
k8s.io/controller-manager/pkg/leadermigration | |
k8s.io/csi-translation-lib | |
k8s.io/csi-translation-lib/plugins | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubernetes/cmd/kube-controller-manager/app/config | |
k8s.io/kubernetes/cmd/kube-controller-manager/app/options | Package options provides the flags used for the controller manager. |
k8s.io/kubernetes/pkg/apis/apps/install | Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/authentication/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/authorization/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/autoscaling/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/batch/install | Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/certificates/install | Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/coordination/install | Package install installs the coordination API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/core/install | Package install installs the v1 monolithic api, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/events/install | Package install installs the events API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/extensions/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/policy/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/rbac/install | Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/scheduling/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/apis/storage/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/kubernetes/pkg/cloudprovider/providers | |
k8s.io/kubernetes/pkg/controller | Package controller contains code for controllers (like the replication controller). |
k8s.io/kubernetes/pkg/controller/apis/config | |
k8s.io/kubernetes/pkg/controller/bootstrap | Package bootstrap provides automatic processes necessary for bootstraping. |
k8s.io/kubernetes/pkg/controller/certificates/approver | Package approver implements an automated approver for kubelet certificates. |
k8s.io/kubernetes/pkg/controller/certificates/cleaner | Package cleaner implements an automated cleaner that does garbage collection on CSRs that meet specific criteria. |
k8s.io/kubernetes/pkg/controller/certificates/rootcacertpublisher | |
k8s.io/kubernetes/pkg/controller/certificates/signer | Package signer implements a CA signer that uses keys stored on local disk. |
k8s.io/kubernetes/pkg/controller/certificates/signer/config | |
k8s.io/kubernetes/pkg/controller/clusterroleaggregation | |
k8s.io/kubernetes/pkg/controller/cronjob | Package cronjob contains the controller for CronJob objects. |
k8s.io/kubernetes/pkg/controller/daemon | Package daemon contains logic for watching and synchronizing daemons. |
k8s.io/kubernetes/pkg/controller/deployment | Package deployment contains all the logic for handling Kubernetes Deployments. |
k8s.io/kubernetes/pkg/controller/disruption | |
k8s.io/kubernetes/pkg/controller/endpoint | Package endpoint provides EndpointController implementation to manage and sync service endpoints. |
k8s.io/kubernetes/pkg/controller/endpointslice | |
k8s.io/kubernetes/pkg/controller/endpointslicemirroring | |
k8s.io/kubernetes/pkg/controller/garbagecollector | |
k8s.io/kubernetes/pkg/controller/job | Package job contains logic for watching and synchronizing jobs. |
k8s.io/kubernetes/pkg/controller/namespace | Package namespace contains a controller that handles namespace lifecycle |
k8s.io/kubernetes/pkg/controller/nodeipam | Package nodeipam contains code for syncing cloud instances with node registry |
k8s.io/kubernetes/pkg/controller/nodeipam/config | |
k8s.io/kubernetes/pkg/controller/nodeipam/ipam | Package ipam provides different allocators for assigning IP ranges to nodes. |
k8s.io/kubernetes/pkg/controller/nodelifecycle | |
k8s.io/kubernetes/pkg/controller/podautoscaler | Package podautoscaler contains logic for autoscaling number of pods based on metrics observed. |
k8s.io/kubernetes/pkg/controller/podautoscaler/metrics | |
k8s.io/kubernetes/pkg/controller/podgc | Package podgc contains a very simple pod "garbage collector" implementation, PodGCController, that runs in the controller manager. |
k8s.io/kubernetes/pkg/controller/replicaset | Package replicaset contains logic for watching and synchronizing ReplicaSets. |
k8s.io/kubernetes/pkg/controller/replication | Package replication contains logic for watching and synchronizing replication controllers. |
k8s.io/kubernetes/pkg/controller/resourcequota | Package resourcequota contains a controller that makes resource quota usage observations |
k8s.io/kubernetes/pkg/controller/serviceaccount | Package serviceaccount provides implementations to manage service accounts and service account tokens |
k8s.io/kubernetes/pkg/controller/statefulset | |
k8s.io/kubernetes/pkg/controller/storageversiongc | |
k8s.io/kubernetes/pkg/controller/ttl | |
k8s.io/kubernetes/pkg/controller/ttlafterfinished | |
k8s.io/kubernetes/pkg/controller/volume/attachdetach | Package attachdetach implements a controller to manage volume attach and detach operations. |
k8s.io/kubernetes/pkg/controller/volume/ephemeral | Package ephemeral implements the controller part of https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1698-generic-ephemeral-volumes |
k8s.io/kubernetes/pkg/controller/volume/expand | |
k8s.io/kubernetes/pkg/controller/volume/persistentvolume | |
k8s.io/kubernetes/pkg/controller/volume/persistentvolume/config | |
k8s.io/kubernetes/pkg/controller/volume/pvcprotection | |
k8s.io/kubernetes/pkg/controller/volume/pvprotection | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/quota/v1/install | |
k8s.io/kubernetes/pkg/serviceaccount | |
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/cinder | |
k8s.io/kubernetes/pkg/volume/csi | |
k8s.io/kubernetes/pkg/volume/csimigration | |
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/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/quobyte | |
k8s.io/kubernetes/pkg/volume/rbd | |
k8s.io/kubernetes/pkg/volume/storageos | |
k8s.io/kubernetes/pkg/volume/util | Package util contains utility code for use by volume plugins. |
k8s.io/kubernetes/pkg/volume/vsphere_volume | |
k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1beta1 | |
k8s.io/metrics/pkg/client/custom_metrics | |
k8s.io/metrics/pkg/client/external_metrics | |
k8s.io/utils/exec | Package exec provides an injectable interface and implementations for running commands. |
k8s.io/utils/net | |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |