context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/emicklei/go-restful | Package restful , a lean package for creating REST-style WebServices without magic. |
github.com/google/cadvisor/container | Package container defines types for sub-container events and also defines an interface for container operation handlers. |
github.com/google/cadvisor/info/v1 | Types used for docker containers. |
github.com/google/cadvisor/info/v2 | |
github.com/google/cadvisor/metrics | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
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/runtime | Package 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/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/proxy | Package proxy provides transport and upgrade support for proxies. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apiserver/pkg/authentication/authenticator | |
k8s.io/apiserver/pkg/authentication/user | Package user contains utilities for dealing with simple user exchange in the auth packages. |
k8s.io/apiserver/pkg/authorization/authorizer | |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/server/httplog | Package httplog contains a helper object and functions to maintain a log along with an http response. |
k8s.io/apiserver/pkg/server/routes | Package routes holds a collection of optional genericapiserver http handlers. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/apiserver/pkg/util/flushwriter | Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface |
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/metrics | |
k8s.io/component-base/metrics/legacyregistry | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubelet/pkg/apis/podresources/v1alpha1 | |
k8s.io/kubernetes/pkg/api/legacyscheme | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/apis/core/v1/validation | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubelet/apis/podresources | |
k8s.io/kubernetes/pkg/kubelet/container | |
k8s.io/kubernetes/pkg/kubelet/cri/streaming | |
k8s.io/kubernetes/pkg/kubelet/cri/streaming/portforward | |
k8s.io/kubernetes/pkg/kubelet/cri/streaming/remotecommand | |
k8s.io/kubernetes/pkg/kubelet/metrics/collectors | |
k8s.io/kubernetes/pkg/kubelet/prober | |
k8s.io/kubernetes/pkg/kubelet/server/metrics | |
k8s.io/kubernetes/pkg/kubelet/server/stats | Package stats handles exporting Kubelet and container stats. |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/kubelet/util | Package util holds utility functions. |
k8s.io/utils/clock | |
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. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
net/url | Package url parses URLs and implements query escaping. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |