Imports of package app

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/api/core/v1Package 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/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/uuid
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/server/healthzPackage 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/informersPackage informers provides generated informers for Kubernetes APIs.
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/client-go/restmapper
k8s.io/client-go/scalePackage 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/leaderelectionPackage 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/optionsPackage options provides the flags used for the controller manager.
k8s.io/kubernetes/pkg/apis/apps/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/installPackage 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/controllerPackage controller contains code for controllers (like the replication controller).
k8s.io/kubernetes/pkg/controller/bootstrapPackage bootstrap provides automatic processes necessary for bootstraping.
k8s.io/kubernetes/pkg/controller/certificates/approverPackage approver implements an automated approver for kubelet certificates.
k8s.io/kubernetes/pkg/controller/certificates/cleanerPackage cleaner implements an automated cleaner that does garbage collection on CSRs that meet specific criteria.
k8s.io/kubernetes/pkg/controller/certificates/signerPackage signer implements a CA signer that uses keys stored on local disk.
k8s.io/kubernetes/pkg/controller/clusterroleaggregation
k8s.io/kubernetes/pkg/controller/cronjobPackage cronjob contains the controller for CronJob objects.
k8s.io/kubernetes/pkg/controller/daemonPackage daemon contains logic for watching and synchronizing daemons.
k8s.io/kubernetes/pkg/controller/deploymentPackage deployment contains all the logic for handling Kubernetes Deployments.
k8s.io/kubernetes/pkg/controller/disruption
k8s.io/kubernetes/pkg/controller/endpointPackage endpoint provides EndpointController implementation to manage and sync service endpoints.
k8s.io/kubernetes/pkg/controller/garbagecollector
k8s.io/kubernetes/pkg/controller/jobPackage job contains logic for watching and synchronizing jobs.
k8s.io/kubernetes/pkg/controller/namespacePackage namespace contains a controller that handles namespace lifecycle
k8s.io/kubernetes/pkg/controller/nodeipamPackage nodeipam contains code for syncing cloud instances with node registry
k8s.io/kubernetes/pkg/controller/nodeipam/ipamPackage ipam provides different allocators for assigning IP ranges to nodes.
k8s.io/kubernetes/pkg/controller/nodelifecycle
k8s.io/kubernetes/pkg/controller/podautoscalerPackage podautoscaler contains logic for autoscaling number of pods based on metrics observed.
k8s.io/kubernetes/pkg/controller/podautoscaler/metrics
k8s.io/kubernetes/pkg/controller/podgcPackage podgc contains a very simple pod "garbage collector" implementation, PodGCController, that runs in the controller manager.
k8s.io/kubernetes/pkg/controller/replicasetPackage replicaset contains logic for watching and synchronizing ReplicaSets.
k8s.io/kubernetes/pkg/controller/replicationPackage replication contains logic for watching and synchronizing replication controllers.
k8s.io/kubernetes/pkg/controller/resourcequotaPackage 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/serviceaccountPackage 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/attachdetachPackage 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/volumePackage 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/fcPackage 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/iscsiPackage iscsi contains the internal representation of Internet Small Computer System Interface (iSCSI) volumes.
k8s.io/kubernetes/pkg/volume/localPackage local contains the internal representation of local volumes
k8s.io/kubernetes/pkg/volume/nfsPackage nfs contains the internal representation of network file system (NFS) volumes.
k8s.io/kubernetes/pkg/volume/photon_pd
k8s.io/kubernetes/pkg/volume/portworxPackage 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/utilPackage 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/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.