bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/api/core/v1 | |
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/api/meta/testrestmapper | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/conversion | Package conversion provides go object versioning. |
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/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/runtime | |
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/cli-runtime/pkg/resource | Package resource assists clients in dealing with RESTful objects that match the Kubernetes API conventions. |
k8s.io/client-go/discovery | |
k8s.io/client-go/discovery/cached/disk | |
k8s.io/client-go/dynamic | |
k8s.io/client-go/dynamic/fake | |
k8s.io/client-go/kubernetes | |
k8s.io/client-go/rest | |
k8s.io/client-go/rest/fake | |
k8s.io/client-go/restmapper | |
k8s.io/client-go/scale | |
k8s.io/client-go/tools/clientcmd | |
k8s.io/client-go/tools/clientcmd/api | |
k8s.io/kubectl/pkg/cmd/util | |
k8s.io/kubectl/pkg/scheme | |
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/openapi/testing | |
k8s.io/kubectl/pkg/validation | |
net/http | Package http provides HTTP client and server implementations. |
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. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |