Documentation ¶
Index ¶
Constants ¶
View Source
const ( LongDesc = ` Delete the risingwave instance. ` Example = `` /* 220-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(ctx *cmdcontext.RWContext, streams genericclioptions.IOStreams) *cobra.Command
NewCommand creates the delete command which can create a risingwave instance.
Types ¶
type Options ¶
type Options struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewOptions ¶
func NewOptions(streams genericclioptions.IOStreams) *Options
NewOptions returns a delete Options.
Click to show internal directories.
Click to hide internal directories.