kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/config/get_users.go

var getUsersExample

type GetUsersOptions

// NewGetUsersOptions creates the options for the command
func NewGetUsersOptions(ioStreams genericiooptions.IOStreams, configAccess clientcmd.ConfigAccess) *GetUsersOptions {}

// NewCmdConfigGetUsers creates a command object for the "get-users" action, which
// lists all users defined in the kubeconfig.
func NewCmdConfigGetUsers(streams genericiooptions.IOStreams, configAccess clientcmd.ConfigAccess) *cobra.Command {}

// Run performs the command
func (o *GetUsersOptions) Run() error {}