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/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/component-base/cli/flag | |
k8s.io/component-base/logs | Package logs contains support for logging options, flags and setup. |
k8s.io/component-base/version/verflag | Package verflag defines utility functions to handle command line flags related to version of Kubernetes. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubelet/config/v1beta1 | |
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/credentialprovider/azure | |
k8s.io/kubernetes/pkg/credentialprovider/gcp | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubelet/apis | |
k8s.io/kubernetes/pkg/kubelet/apis/config | |
k8s.io/kubernetes/pkg/kubelet/apis/config/scheme | |
k8s.io/kubernetes/pkg/kubelet/apis/config/validation | |
k8s.io/kubernetes/pkg/kubelet/config | Package config implements the pod configuration readers. |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/util/flag | |
k8s.io/kubernetes/pkg/util/taints | package taints implements utilities for working with taints |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |