kubectlk8s.io/kubectl/pkg/cmd/diff

Imports of package diff

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/jonboulle/clockworkPackage clockwork contains a simple fake clock for Go.
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/api/core/v1Package v1 is the v1 version of the core 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/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/runtimePackage runtime defines conversions between generic types and structs to map query strings to struct objects.
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/cli-runtime/pkg/genericclioptionsPackage genericclioptions contains flags which can be added to your command, bound, completed, and produce useful helper functions.
k8s.io/cli-runtime/pkg/resourcePackage resource assists clients in dealing with RESTful objects that match the Kubernetes API conventions.
k8s.io/client-go/dynamic
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kubectl/pkg/cmd/apply
k8s.io/kubectl/pkg/cmd/util
k8s.io/kubectl/pkg/scheme
k8s.io/kubectl/pkg/util
k8s.io/kubectl/pkg/util/i18n
k8s.io/kubectl/pkg/util/openapiPackage 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/prune
k8s.io/kubectl/pkg/util/templates
k8s.io/utils/execPackage exec provides an injectable interface and implementations for running commands.
osPackage os provides a platform-independent interface to operating system functionality.
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
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.