Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdUse ¶
func NewCmdUse(tkcContext *config.TkcContext, streams genericclioptions.IOStreams) *cobra.Command
NewCmdUse creates the use command.
Types ¶
type UseOptions ¶
type UseOptions struct { KubeContext string Namespace string TidbClusterName string TcCli *versioned.Clientset genericclioptions.IOStreams }
func (*UseOptions) Complete ¶
func (o *UseOptions) Complete(tkcContext *config.TkcContext, cmd *cobra.Command, args []string) error
func (*UseOptions) Run ¶
func (o *UseOptions) Run(tkcContext *config.TkcContext, args []string) error
Click to show internal directories.
Click to hide internal directories.