kubernetesk8s.io/kubernetes/pkg/kubectl/cmd

Imports of package cmd

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/daviddengcn/go-colortextct package provides functions to change the color of console text.
github.com/docker/docker/pkg/term
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/api/meta
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/client/unversioned
k8s.io/kubernetes/pkg/client/unversioned/portforward
k8s.io/kubernetes/pkg/client/unversioned/remotecommand
k8s.io/kubernetes/pkg/fields
k8s.io/kubernetes/pkg/kubectlPackage kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd.
k8s.io/kubernetes/pkg/kubectl/cmd/config
k8s.io/kubernetes/pkg/kubectl/cmd/util
k8s.io/kubernetes/pkg/kubectl/cmd/util/editor
k8s.io/kubernetes/pkg/kubectl/cmd/util/jsonmerge
k8s.io/kubernetes/pkg/kubectl/resource
k8s.io/kubernetes/pkg/labels
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/util
k8s.io/kubernetes/pkg/util/errors
k8s.io/kubernetes/pkg/util/sets
k8s.io/kubernetes/pkg/util/strategicpatch
k8s.io/kubernetes/pkg/util/validation
k8s.io/kubernetes/pkg/util/yaml
k8s.io/kubernetes/pkg/watch
mathPackage math provides basic constants and mathematical functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.