Imports of cloud-controller-manager command

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/util/feature
k8s.io/cloud-provider
k8s.io/cloud-provider/app
k8s.io/cloud-provider/app/config
k8s.io/cloud-provider/options
k8s.io/component-base/cli/flag
k8s.io/component-base/logsPackage logs contains support for logging options, flags and setup.
k8s.io/component-base/metrics/prometheus/clientgo
k8s.io/component-base/metrics/prometheus/version
k8s.io/controller-manager/app
k8s.io/controller-manager/pkg/features
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kubernetes/cmd/kube-controller-manager/app/optionsPackage options provides the flags used for the controller manager.
k8s.io/kubernetes/pkg/controller/nodeipamPackage nodeipam contains code for syncing cloud instances with node registry
k8s.io/kubernetes/pkg/controller/nodeipam/config
k8s.io/kubernetes/pkg/controller/nodeipam/ipamPackage ipam provides different allocators for assigning IP ranges to nodes.
k8s.io/legacy-cloud-providers/aws
k8s.io/legacy-cloud-providers/azure
k8s.io/legacy-cloud-providers/gce
k8s.io/legacy-cloud-providers/openstack
k8s.io/legacy-cloud-providers/vsphere
k8s.io/utils/net
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.
net/httpPackage http provides HTTP client and server implementations.
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.