Imports of cloud-controller-manager command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
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
k8s.io/component-base/cli/flag
k8s.io/component-base/metrics/prometheus/clientgo
k8s.io/component-base/metrics/prometheus/version
k8s.io/controller-manager/app
k8s.io/controller-manager/controller
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
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.