bytes | Package bytes implements functions for the manipulation of byte slices. |
errors | Package errors implements functions to manipulate errors. |
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. |
io/ioutil | Package ioutil implements some I/O utility functions. |
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/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/runtime/schema | |
k8s.io/apimachinery/pkg/runtime/serializer | |
k8s.io/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/client-go/rest/fake | This is made a separate package and should only be imported by tests, because it imports testapi |
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/client-go/tools/clientcmd/api | |
k8s.io/kubernetes/pkg/api/legacyscheme | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/kubectl | Package kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd. |
k8s.io/kubernetes/pkg/kubectl/categories | |
k8s.io/kubernetes/pkg/kubectl/cmd/util | |
k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi | |
k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi/testing | |
k8s.io/kubernetes/pkg/kubectl/resource | |
k8s.io/kubernetes/pkg/kubectl/scheme | |
k8s.io/kubernetes/pkg/kubectl/validation | |
k8s.io/kubernetes/pkg/printers | |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
time | Package time provides functionality for measuring and displaying time. |