Documentation
¶
Index ¶
Constants ¶
View Source
const WhoAmIRecommendedCommandName = "whoami"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WhoAmIOptions ¶
type WhoAmIOptions struct {
UserInterface userv1typedclient.UserV1Interface
ClientConfig *rest.Config
RawConfig api.Config
ShowToken bool
ShowContext bool
ShowServer bool
genericclioptions.IOStreams
}
func NewWhoAmIOptions ¶
func NewWhoAmIOptions(streams genericclioptions.IOStreams) *WhoAmIOptions
func (*WhoAmIOptions) Complete ¶
func (o *WhoAmIOptions) Complete(f kcmdutil.Factory) error
func (*WhoAmIOptions) Run ¶
func (o *WhoAmIOptions) Run() error
func (*WhoAmIOptions) Validate ¶
func (o *WhoAmIOptions) Validate() error
func (WhoAmIOptions) WhoAmI ¶
func (o WhoAmIOptions) WhoAmI() (*userv1.User, error)
Source Files
¶
- whoami.go
Click to show internal directories.
Click to hide internal directories.