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.
flagPackage flag implements command-line flag parsing.
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/v1
k8s.io/api/autoscaling/v1
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/api/policy/v1beta1Package policy is for any kind of policy object.
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/apis/meta/v1/unstructured/unstructuredscheme
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/net
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/strategicpatch
k8s.io/apimachinery/pkg/util/uuid
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/dynamic
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/kubernetes/typed/autoscaling/v1This package has the automatically generated typed clients.
k8s.io/client-go/kubernetes/typed/core/v1This package has the automatically generated typed clients.
k8s.io/client-go/rest
k8s.io/client-go/scalePackage scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale.
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/kube-openapi/pkg/util/protoPackage proto is a collection of libraries for parsing and indexing the type definitions.
k8s.io/kubernetes/pkg/api/legacyscheme
k8s.io/kubernetes/pkg/apis/certificates
k8s.io/kubernetes/pkg/apis/corePackage core contains the latest (or "internal") version of the Kubernetes API objects.
k8s.io/kubernetes/pkg/apis/core/validationPackage validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid.
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion
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/apply/parse
k8s.io/kubernetes/pkg/kubectl/apply/strategy
k8s.io/kubernetes/pkg/kubectl/cmd/auth
k8s.io/kubernetes/pkg/kubectl/cmd/config
k8s.io/kubernetes/pkg/kubectl/cmd/create
k8s.io/kubernetes/pkg/kubectl/cmd/get
k8s.io/kubernetes/pkg/kubectl/cmd/rollout
k8s.io/kubernetes/pkg/kubectl/cmd/scalejob
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/cmd/wait
k8s.io/kubernetes/pkg/kubectl/explain
k8s.io/kubernetes/pkg/kubectl/genericclioptions
k8s.io/kubernetes/pkg/kubectl/genericclioptions/printers
k8s.io/kubernetes/pkg/kubectl/genericclioptions/resource
k8s.io/kubernetes/pkg/kubectl/metricsutil
k8s.io/kubernetes/pkg/kubectl/plugins
k8s.io/kubernetes/pkg/kubectl/polymorphichelpers
k8s.io/kubernetes/pkg/kubectl/proxy
k8s.io/kubernetes/pkg/kubectl/scheme
k8s.io/kubernetes/pkg/kubectl/util
k8s.io/kubernetes/pkg/kubectl/util/i18n
k8s.io/kubernetes/pkg/kubectl/util/term
k8s.io/kubernetes/pkg/kubectl/validation
k8s.io/kubernetes/pkg/printers
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/metrics/pkg/apis/metrics
k8s.io/metrics/pkg/apis/metrics/v1beta1
k8s.io/metrics/pkg/client/clientset_generated/clientset
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/execPackage exec runs external commands.
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.
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.