Imports of package completion

PathSynopsis
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/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/apimachinery/pkg/api/metaPackage meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API
k8s.io/cli-runtime/pkg/genericclioptionsPackage genericclioptions contains flags which can be added to your command, bound, completed, and produce useful helper functions.
k8s.io/cli-runtime/pkg/genericiooptions
k8s.io/cli-runtime/pkg/printersPackage printers is helper for formatting and printing runtime objects into primitives io.writer.
k8s.io/kubectl/pkg/cmd/apiresources
k8s.io/kubectl/pkg/cmd/get
k8s.io/kubectl/pkg/cmd/util
k8s.io/kubectl/pkg/polymorphichelpers
k8s.io/kubectl/pkg/scheme
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.