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/apimachinery/pkg/util/validation | |
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/logs/api/v1 | The LoggingAlphaOptions and LoggingBetaOptions feature gates control whether these unstable features can get enabled. |
k8s.io/component-base/version/verflag | Package verflag defines utility functions to handle command line flags related to version of Kubernetes. |
k8s.io/kubelet/config/v1beta1 | |
k8s.io/kubelet/pkg/apis | |
k8s.io/kubernetes/pkg/cluster/ports | Package ports defines ports used by various pieces of the kubernetes infrastructure. |
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/util/flag | |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |