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. |
k8s.io/apimachinery/pkg/api/meta | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API |
k8s.io/apimachinery/pkg/runtime/schema | |
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/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
k8s.io/kubectl/pkg/cmd/util | |
k8s.io/kubectl/pkg/explain | |
k8s.io/kubectl/pkg/explain/v2 | |
k8s.io/kubectl/pkg/util/i18n | |
k8s.io/kubectl/pkg/util/openapi | Package openapi is a collection of libraries for fetching the openapi spec from a Kubernetes server and then indexing the type definitions. |
k8s.io/kubectl/pkg/util/templates | |
os | Package os provides a platform-independent interface to operating system functionality. |