Imports of package kubectl

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/gnostic-models/openapiv2
github.com/google/go-cmp/cmpPackage cmp determines equality of values.
github.com/google/go-cmp/cmp/cmpoptsPackage cmpopts provides common options for the cmp package.
github.com/onsi/ginkgo/v2Ginkgo is a testing framework for Go designed to help you write expressive tests.
github.com/onsi/gomegaGomega is the Ginkgo BDD-style testing framework's preferred matcher library.
golang.org/x/net/websocketPackage websocket implements a client and server for the WebSocket protocol as specified in RFC 6455.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/api/apps/v1
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/api/discovery/v1
k8s.io/api/rbac/v1
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1Package v1 is the v1 version of the API.
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/api/resource
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
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/util/intstr
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/net/testingPackage nettesting contains utilities for testing networking functionality.
k8s.io/apimachinery/pkg/util/randPackage rand provides utilities related to randomization.
k8s.io/apimachinery/pkg/util/uuid
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/authentication/serviceaccount
k8s.io/apiserver/pkg/registry/generic/registryPackage etcd has a generic implementation of a registry that stores things in etcd.
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
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/kubectl/pkg/cmd/util/podcmd
k8s.io/kubectl/pkg/polymorphichelpers
k8s.io/kubernetes/pkg/controllerPackage controller contains code for controllers (like the replication controller).
k8s.io/kubernetes/test/e2e/common
k8s.io/kubernetes/test/e2e/frameworkPackage framework contains provider-independent helper code for building and running E2E tests with Ginkgo.
k8s.io/kubernetes/test/e2e/framework/auth
k8s.io/kubernetes/test/e2e/framework/debug
k8s.io/kubernetes/test/e2e/framework/deployment
k8s.io/kubernetes/test/e2e/framework/endpointslice
k8s.io/kubernetes/test/e2e/framework/kubectl
k8s.io/kubernetes/test/e2e/framework/network
k8s.io/kubernetes/test/e2e/framework/node
k8s.io/kubernetes/test/e2e/framework/pod
k8s.io/kubernetes/test/e2e/framework/pod/output
k8s.io/kubernetes/test/e2e/framework/service
k8s.io/kubernetes/test/e2e/framework/skipper
k8s.io/kubernetes/test/e2e/framework/testfilesPackage testfiles provides a wrapper around various optional ways of retrieving additional files needed during a test run: - builtin bindata - filesystem access
k8s.io/kubernetes/test/e2e/framework/websocket
k8s.io/kubernetes/test/e2e/scheduling
k8s.io/kubernetes/test/utils
k8s.io/kubernetes/test/utils/crd
k8s.io/kubernetes/test/utils/image
k8s.io/pod-security-admission/api
k8s.io/utils/execPackage exec provides an injectable interface and implementations for running commands.
k8s.io/utils/pointerDeprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers.
k8s.io/utils/ptr
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/http/httptestPackage httptest provides utilities for HTTP testing.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
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.
regexpPackage regexp implements regular expression search.
sigs.k8s.io/yaml
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.