Documentation
¶
Overview ¶
Copyright © 2024 Skupper Team <skupper@googlegroups.com>
Copyright © 2024 Skupper Team <skupper@googlegroups.com>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdLinkDelete ¶
type CmdLinkDelete struct { Client skupperv2alpha1.SkupperV2alpha1Interface CobraCmd *cobra.Command Namespace string Flags *common.CommandLinkDeleteFlags // contains filtered or unexported fields }
func NewCmdLinkDelete ¶
func NewCmdLinkDelete() *CmdLinkDelete
func (*CmdLinkDelete) InputToOptions ¶
func (cmd *CmdLinkDelete) InputToOptions()
func (*CmdLinkDelete) NewClient ¶
func (cmd *CmdLinkDelete) NewClient(cobraCommand *cobra.Command, args []string)
func (*CmdLinkDelete) Run ¶
func (cmd *CmdLinkDelete) Run() error
func (*CmdLinkDelete) ValidateInput ¶
func (cmd *CmdLinkDelete) ValidateInput(args []string) error
func (*CmdLinkDelete) WaitUntil ¶
func (cmd *CmdLinkDelete) WaitUntil() error
type CmdLinkGenerate ¶
type CmdLinkGenerate struct { Client skupperv2alpha1.SkupperV2alpha1Interface KubeClient kubernetes.Interface CobraCmd *cobra.Command Flags *common.CommandLinkGenerateFlags Namespace string // contains filtered or unexported fields }
func NewCmdLinkGenerate ¶
func NewCmdLinkGenerate() *CmdLinkGenerate
func (*CmdLinkGenerate) InputToOptions ¶
func (cmd *CmdLinkGenerate) InputToOptions()
func (*CmdLinkGenerate) NewClient ¶
func (cmd *CmdLinkGenerate) NewClient(cobraCommand *cobra.Command, args []string)
func (*CmdLinkGenerate) Run ¶
func (cmd *CmdLinkGenerate) Run() error
func (*CmdLinkGenerate) ValidateInput ¶
func (cmd *CmdLinkGenerate) ValidateInput(args []string) error
func (*CmdLinkGenerate) WaitUntil ¶
func (cmd *CmdLinkGenerate) WaitUntil() error
type CmdLinkStatus ¶
type CmdLinkStatus struct { Client skupperv2alpha1.SkupperV2alpha1Interface CobraCmd *cobra.Command Flags *common.CommandLinkStatusFlags Namespace string // contains filtered or unexported fields }
func NewCmdLinkStatus ¶
func NewCmdLinkStatus() *CmdLinkStatus
func (*CmdLinkStatus) InputToOptions ¶
func (cmd *CmdLinkStatus) InputToOptions()
func (*CmdLinkStatus) NewClient ¶
func (cmd *CmdLinkStatus) NewClient(cobraCommand *cobra.Command, args []string)
func (*CmdLinkStatus) Run ¶
func (cmd *CmdLinkStatus) Run() error
func (*CmdLinkStatus) ValidateInput ¶
func (cmd *CmdLinkStatus) ValidateInput(args []string) error
func (*CmdLinkStatus) WaitUntil ¶
func (cmd *CmdLinkStatus) WaitUntil() error
type CmdLinkUpdate ¶
type CmdLinkUpdate struct { Client skupperv2alpha1.SkupperV2alpha1Interface KubeClient kubernetes.Interface CobraCmd *cobra.Command Flags *common.CommandLinkUpdateFlags Namespace string // contains filtered or unexported fields }
func NewCmdLinkUpdate ¶
func NewCmdLinkUpdate() *CmdLinkUpdate
func (*CmdLinkUpdate) InputToOptions ¶
func (cmd *CmdLinkUpdate) InputToOptions()
func (*CmdLinkUpdate) NewClient ¶
func (cmd *CmdLinkUpdate) NewClient(cobraCommand *cobra.Command, args []string)
func (*CmdLinkUpdate) Run ¶
func (cmd *CmdLinkUpdate) Run() error
func (*CmdLinkUpdate) ValidateInput ¶
func (cmd *CmdLinkUpdate) ValidateInput(args []string) error
func (*CmdLinkUpdate) WaitUntil ¶
func (cmd *CmdLinkUpdate) WaitUntil() error
Click to show internal directories.
Click to hide internal directories.