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/emicklei/go-restful/swagger | |
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/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/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/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/kubernetes/federation/client/clientset_generated/federation_internalclientset | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/testapi | |
k8s.io/kubernetes/pkg/api/validation | |
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/cmd/util | |
k8s.io/kubernetes/pkg/kubectl/resource | |
k8s.io/kubernetes/pkg/printers | |
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. |