Imports of package upgrade

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/lithammer/dedent
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/pmezard/go-difflib/difflibPackage difflib is a partial port of Python difflib module.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
ioPackage io provides basic interfaces to I/O primitives.
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/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/versionPackage version provides utilities for version number comparisons
k8s.io/client-go/discovery/fake
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadmPackage kubeadm is the package that contains the libraries that drive the kubeadm binary.
k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/validation
k8s.io/kubernetes/cmd/kubeadm/app/apis/outputPackage output implements the kubeadm structured output The purpose of the kubeadm structured output is to have a well defined versioned output format that other software that uses kubeadm for cluster deployments can use and rely on.
k8s.io/kubernetes/cmd/kubeadm/app/cmd/optionsPackage options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases.
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/upgrade/nodePackage node implements phases of 'kubeadm upgrade node'.
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflowPackage workflow implements a workflow manager to be used for implementing composable kubeadm workflows.
k8s.io/kubernetes/cmd/kubeadm/app/cmd/util
k8s.io/kubernetes/cmd/kubeadm/app/componentconfigs
k8s.io/kubernetes/cmd/kubeadm/app/constants
k8s.io/kubernetes/cmd/kubeadm/app/features
k8s.io/kubernetes/cmd/kubeadm/app/phases/controlplane
k8s.io/kubernetes/cmd/kubeadm/app/phases/upgrade
k8s.io/kubernetes/cmd/kubeadm/app/preflight
k8s.io/kubernetes/cmd/kubeadm/app/utilPackage util contains kubeadm utilities.
k8s.io/kubernetes/cmd/kubeadm/app/util/apiclientPackage apiclient contains wrapping logic for Kubernetes API clients.
k8s.io/kubernetes/cmd/kubeadm/app/util/configPackage config contains utilities for managing the kubeadm configuration API.
k8s.io/kubernetes/cmd/kubeadm/app/util/dryrun
k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig
k8s.io/utils/execPackage exec provides an injectable interface and implementations for running commands.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
timePackage time provides functionality for measuring and displaying time.