Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdTokenIssue ¶
type CmdTokenIssue struct { CobraCmd *cobra.Command Flags *common.CommandTokenIssueFlags Namespace string // contains filtered or unexported fields }
func NewCmdTokenIssue ¶
func NewCmdTokenIssue() *CmdTokenIssue
func (*CmdTokenIssue) InputToOptions ¶
func (cmd *CmdTokenIssue) InputToOptions()
func (*CmdTokenIssue) NewClient ¶
func (cmd *CmdTokenIssue) NewClient(cobraCommand *cobra.Command, args []string)
func (*CmdTokenIssue) Run ¶
func (cmd *CmdTokenIssue) Run() error
func (*CmdTokenIssue) ValidateInput ¶
func (cmd *CmdTokenIssue) ValidateInput(args []string) error
func (*CmdTokenIssue) WaitUntil ¶
func (cmd *CmdTokenIssue) WaitUntil() error
type CmdTokenRedeem ¶
type CmdTokenRedeem struct { CobraCmd *cobra.Command Flags *common.CommandTokenRedeemFlags Namespace string // contains filtered or unexported fields }
func NewCmdTokenRedeem ¶
func NewCmdTokenRedeem() *CmdTokenRedeem
func (*CmdTokenRedeem) InputToOptions ¶
func (cmd *CmdTokenRedeem) InputToOptions()
func (*CmdTokenRedeem) NewClient ¶
func (cmd *CmdTokenRedeem) NewClient(cobraCommand *cobra.Command, args []string)
func (*CmdTokenRedeem) Run ¶
func (cmd *CmdTokenRedeem) Run() error
func (*CmdTokenRedeem) ValidateInput ¶
func (cmd *CmdTokenRedeem) ValidateInput(args []string) error
func (*CmdTokenRedeem) WaitUntil ¶
func (cmd *CmdTokenRedeem) WaitUntil() error
Click to show internal directories.
Click to hide internal directories.