Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssumeCmd ¶
type AssumeCmd struct {
Token string `cmd:"token" help:"MFA token"`
}
func (*AssumeCmd) Run ¶
func (a *AssumeCmd) Run(ctx *CLIContext) error
type AssumeKeysCmd ¶
type AssumeKeysCmd struct {
Print bool `cmd:"print" help:"Print AWS values"`
}
func (*AssumeKeysCmd) Run ¶
func (p *AssumeKeysCmd) Run(ctx *CLIContext) error
type CLIContext ¶
type ClustersCmd ¶
type ClustersCmd struct { }
func (*ClustersCmd) Run ¶
func (c *ClustersCmd) Run(ctx *CLIContext) error
type ConfigureCmd ¶
type ConfigureCmd struct { }
func (*ConfigureCmd) Run ¶
func (c *ConfigureCmd) Run(ctx *CLIContext) error
type ImageCmd ¶
type ImageCmd struct {
Arguments []string `arg:"" optional:"" name:"arguments" help:"Kubectl arguments"`
}
func (*ImageCmd) Run ¶
func (i *ImageCmd) Run(ctx *CLIContext) error
type KeysCmd ¶
type KeysCmd struct {
Print bool `cmd:"print" help:"Print AWS values"`
}
func (*KeysCmd) Run ¶
func (p *KeysCmd) Run(ctx *CLIContext) error
type RefreshCmd ¶
type RefreshCmd struct {
Token string `cmd:"token" help:"MFA token"`
}
func (*RefreshCmd) Run ¶
func (r *RefreshCmd) Run(ctx *CLIContext) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.