context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/fsnotify/fsnotify | Package fsnotify provides a cross-platform interface for file system notifications. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/fields | Package fields implements a simple field system, parsing and matching selectors with sets of fields. |
k8s.io/apimachinery/pkg/labels | Package labels implements a simple label system, parsing and matching selectors with sets of labels. |
k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/runtime/serializer | |
k8s.io/apimachinery/pkg/selection | |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/util/validation/field | |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/server/mux | Package mux contains abstractions for http multiplexing of APIs. |
k8s.io/apiserver/pkg/server/routes | Package routes holds a collection of optional genericapiserver http handlers. |
k8s.io/apiserver/pkg/util/compatibility | |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/client-go/informers | Package informers provides generated informers for Kubernetes APIs. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/clientcmd | Package 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/clientcmd/api | |
k8s.io/client-go/tools/events | Package events has all client logic for recording and reporting "k8s.io/api/events/v1".Event events. |
k8s.io/component-base/cli/flag | |
k8s.io/component-base/config | |
k8s.io/component-base/configz | Package configz serves ComponentConfig objects from running components. |
k8s.io/component-base/logs | Package logs contains support for logging options, flags and setup. |
k8s.io/component-base/logs/api/v1 | The LoggingAlphaOptions and LoggingBetaOptions feature gates control whether these unstable features can get enabled. |
k8s.io/component-base/metrics | |
k8s.io/component-base/metrics/features | |
k8s.io/component-base/metrics/legacyregistry | |
k8s.io/component-base/metrics/prometheus/slis | |
k8s.io/component-base/version | |
k8s.io/component-base/version/verflag | Package verflag defines utility functions to handle command line flags related to version of Kubernetes. |
k8s.io/component-base/zpages/features | Package features contains a separate feature set specifically designed for managing zpages related features. |
k8s.io/component-base/zpages/flagz | |
k8s.io/component-base/zpages/statusz | |
k8s.io/component-helpers/node/util | |
k8s.io/component-helpers/node/util/sysctl | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kube-proxy/config/v1alpha1 | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/cluster/ports | Package ports defines ports used by various pieces of the kubernetes infrastructure. |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubelet/qos | Package qos contains helper functions for quality of service. |
k8s.io/kubernetes/pkg/proxy | Package proxy implements the layer-3 network proxy. |
k8s.io/kubernetes/pkg/proxy/apis | |
k8s.io/kubernetes/pkg/proxy/apis/config | |
k8s.io/kubernetes/pkg/proxy/apis/config/scheme | |
k8s.io/kubernetes/pkg/proxy/apis/config/v1alpha1 | |
k8s.io/kubernetes/pkg/proxy/apis/config/validation | |
k8s.io/kubernetes/pkg/proxy/config | Package config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy). |
k8s.io/kubernetes/pkg/proxy/healthcheck | Package healthcheck provides tools for serving kube-proxy healthchecks. |
k8s.io/kubernetes/pkg/proxy/metrics | |
k8s.io/kubernetes/pkg/proxy/util | |
k8s.io/kubernetes/pkg/util/filesystem | |
k8s.io/kubernetes/pkg/util/flag | |
k8s.io/kubernetes/pkg/util/node | |
k8s.io/kubernetes/pkg/util/oom | Package oom implements utility functions relating to out of memory management. |
k8s.io/mount-utils | Package mount defines an interface to mounting filesystems. |
k8s.io/utils/net | |
k8s.io/utils/ptr | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |