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. |
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/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/server/healthz | Package healthz implements basic http server health checking. |
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/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/kubernetes/cmd/controller-manager/app | |
k8s.io/kubernetes/cmd/controller-manager/app/options | |
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/componentconfig | |
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/settings/install | |
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 | |
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/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/signer | Package signer implements a CA signer that uses keys stored on local disk. |
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/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/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/route | |
k8s.io/kubernetes/pkg/controller/service | |
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/ttl | |
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/expand | |
k8s.io/kubernetes/pkg/controller/volume/persistentvolume | |
k8s.io/kubernetes/pkg/controller/volume/pvcprotection | |
k8s.io/kubernetes/pkg/controller/volume/pvprotection | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/quota/generic | |
k8s.io/kubernetes/pkg/quota/install | |
k8s.io/kubernetes/pkg/serviceaccount | |
k8s.io/kubernetes/pkg/util/configz | |
k8s.io/kubernetes/pkg/util/flag | |
k8s.io/kubernetes/pkg/util/metrics | |
k8s.io/kubernetes/pkg/version | |
k8s.io/kubernetes/pkg/version/verflag | |
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/cinder | |
k8s.io/kubernetes/pkg/volume/csi | |
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/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/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/photon_pd | |
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/scaleio | |
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_generated/clientset/typed/metrics/v1beta1 | |
k8s.io/metrics/pkg/client/custom_metrics | |
k8s.io/metrics/pkg/client/external_metrics | |
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. |
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. |