| flag | Package flag implements command-line flag parsing. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
| github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/cli-runtime/pkg/genericclioptions | Package genericclioptions contains flags which can be added to your command, bound, completed, and produce useful helper functions. |
| k8s.io/client-go/tools/clientcmd | Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
| k8s.io/component-base/cli/flag | |
| k8s.io/kubectl/pkg/cmd | |
| k8s.io/kubectl/pkg/cmd/annotate | |
| k8s.io/kubectl/pkg/cmd/apiresources | |
| k8s.io/kubectl/pkg/cmd/apply | |
| k8s.io/kubectl/pkg/cmd/attach | |
| k8s.io/kubectl/pkg/cmd/autoscale | |
| k8s.io/kubectl/pkg/cmd/certificates | |
| k8s.io/kubectl/pkg/cmd/clusterinfo | |
| k8s.io/kubectl/pkg/cmd/completion | |
| k8s.io/kubectl/pkg/cmd/config | |
| k8s.io/kubectl/pkg/cmd/create | |
| k8s.io/kubectl/pkg/cmd/delete | |
| k8s.io/kubectl/pkg/cmd/describe | |
| k8s.io/kubectl/pkg/cmd/diff | |
| k8s.io/kubectl/pkg/cmd/drain | |
| k8s.io/kubectl/pkg/cmd/edit | |
| k8s.io/kubectl/pkg/cmd/exec | |
| k8s.io/kubectl/pkg/cmd/explain | |
| k8s.io/kubectl/pkg/cmd/expose | |
| k8s.io/kubectl/pkg/cmd/kustomize | |
| k8s.io/kubectl/pkg/cmd/label | |
| k8s.io/kubectl/pkg/cmd/logs | |
| k8s.io/kubectl/pkg/cmd/options | |
| k8s.io/kubectl/pkg/cmd/patch | |
| k8s.io/kubectl/pkg/cmd/plugin | |
| k8s.io/kubectl/pkg/cmd/portforward | |
| k8s.io/kubectl/pkg/cmd/proxy | |
| k8s.io/kubectl/pkg/cmd/replace | |
| k8s.io/kubectl/pkg/cmd/rollingupdate | |
| k8s.io/kubectl/pkg/cmd/rollout | |
| k8s.io/kubectl/pkg/cmd/run | |
| k8s.io/kubectl/pkg/cmd/scale | |
| k8s.io/kubectl/pkg/cmd/set | |
| k8s.io/kubectl/pkg/cmd/taint | Package taints implements utilites for working with taints |
| k8s.io/kubectl/pkg/cmd/top | |
| k8s.io/kubectl/pkg/cmd/util | |
| k8s.io/kubectl/pkg/cmd/version | |
| k8s.io/kubectl/pkg/cmd/wait | |
| k8s.io/kubectl/pkg/util/i18n | |
| k8s.io/kubectl/pkg/util/templates | |
| k8s.io/kubernetes/pkg/kubectl/cmd/auth | |
| k8s.io/kubernetes/pkg/kubectl/cmd/convert | |
| k8s.io/kubernetes/pkg/kubectl/cmd/cp | |
| k8s.io/kubernetes/pkg/kubectl/cmd/get | |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/exec | Package exec runs external commands. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
| runtime/pprof | Package pprof writes runtime profiling data in the format expected by the pprof visualization tool. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| syscall | Package syscall contains an interface to the low-level operating system primitives. |