kubernetesk8s.io/kubernetes/pkg/kubectl/cmd

Imports of package cmd

PathSynopsis
archive/tarPackage tar implements access to tar archives.
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/distribution/referencePackage reference is deprecated, and has moved to github.com/distribution/reference.
github.com/docker/docker/pkg/term
github.com/evanphx/json-patch
github.com/ghodss/yaml
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/jonboulle/clockworkPackage clockwork contains a simple fake clock for Go.
github.com/renstrom/dedent
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/api/apps/v1beta1
k8s.io/api/batch/v1+k8s:deepcopy-gen=package +k8s:protobuf-gen=package +k8s:openapi-gen=true +k8s:prerelease-lifecycle-gen=true
k8s.io/api/batch/v1beta1
k8s.io/api/batch/v2alpha1
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/api/extensions/v1beta1
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/api/metaPackage meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
k8s.io/apimachinery/pkg/fieldsPackage fields implements a simple field system, parsing and matching selectors with sets of fields.
k8s.io/apimachinery/pkg/labelsPackage labels implements a simple label system, parsing and matching selectors with sets of labels.
k8s.io/apimachinery/pkg/runtimePackage 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/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apimachinery/pkg/util/intstr
k8s.io/apimachinery/pkg/util/json
k8s.io/apimachinery/pkg/util/jsonmergepatch
k8s.io/apimachinery/pkg/util/mergepatch
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/strategicpatch
k8s.io/apimachinery/pkg/util/validation
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apimachinery/pkg/util/yaml
k8s.io/apimachinery/pkg/versionPackage version supplies the type for version information.
k8s.io/apimachinery/pkg/watchPackage watch contains a generic watchable interface, and a fake for testing code that uses the watch interface.
k8s.io/apiserver/pkg/util/flag
k8s.io/client-go/discoveryPackage discovery provides ways to discover server-supported API groups, versions and resources.
k8s.io/client-go/rest
k8s.io/client-go/tools/clientcmdPackage 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/portforwardPackage portforward adds support for SSH-like port forwarding from the client's local host to remote containers.
k8s.io/client-go/tools/remotecommandPackage remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY.
k8s.io/client-go/transport/spdy
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/validation
k8s.io/kubernetes/pkg/apis/certificates
k8s.io/kubernetes/pkg/apis/policy
k8s.io/kubernetes/pkg/apis/rbac
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion
k8s.io/kubernetes/pkg/client/unversioned
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/auth
k8s.io/kubernetes/pkg/kubectl/cmd/config
k8s.io/kubernetes/pkg/kubectl/cmd/rollout
k8s.io/kubernetes/pkg/kubectl/cmd/set
k8s.io/kubernetes/pkg/kubectl/cmd/templates
k8s.io/kubernetes/pkg/kubectl/cmd/util
k8s.io/kubernetes/pkg/kubectl/cmd/util/editor
k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi
k8s.io/kubernetes/pkg/kubectl/metricsutil
k8s.io/kubernetes/pkg/kubectl/plugins
k8s.io/kubernetes/pkg/kubectl/proxy
k8s.io/kubernetes/pkg/kubectl/resource
k8s.io/kubernetes/pkg/kubectl/util
k8s.io/kubernetes/pkg/kubectl/util/i18n
k8s.io/kubernetes/pkg/kubectl/util/term
k8s.io/kubernetes/pkg/printers
k8s.io/kubernetes/pkg/printers/internalversion
k8s.io/kubernetes/pkg/util/interrupt
k8s.io/kubernetes/pkg/util/taintspackage taints implements utilities for working with taints
k8s.io/kubernetes/pkg/version
k8s.io/utils/execPackage exec provides an injectable interface and implementations for running commands.
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/httpPackage http provides HTTP client and server implementations.
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.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
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.
timePackage time provides functionality for measuring and displaying time.