kubernetesk8s.io/kubernetes/cmd/kubectl

Imports of kubectl command

PathSynopsis
flagPackage flag implements command-line flag parsing.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
k8s.io/client-go/plugin/pkg/client/auth
k8s.io/component-base/cli/flag
k8s.io/kubectl/pkg/cmd
k8s.io/kubectl/pkg/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.