kubernetesk8s.io/kubernetes/cmd/kubectl

Imports of kubectl command

PathSynopsis
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
k8s.io/apiserver/pkg/util/flag
k8s.io/client-go/plugin/pkg/client/auth
k8s.io/kubernetes/pkg/kubectl/cmd
k8s.io/kubernetes/pkg/kubectl/util/logs
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.