Versions in this module Expand all Collapse all v1 v1.3.1 Mar 10, 2020 Changes in this version + func NewCommand(f client.Factory) *cobra.Command + func NewCreateCommand(f client.Factory, use string) *cobra.Command + func NewDeleteCommand(f client.Factory, use string) *cobra.Command + func NewDescribeCommand(f client.Factory, use string) *cobra.Command + func NewGetCommand(f client.Factory, use string) *cobra.Command + func Run(o *cli.DeleteOptions) error + type CreateOptions struct + BackupOptions *backup.CreateOptions + Schedule string + func NewCreateOptions() *CreateOptions + func (o *CreateOptions) BindFlags(flags *pflag.FlagSet) + func (o *CreateOptions) Complete(args []string, f client.Factory) error + func (o *CreateOptions) Run(c *cobra.Command, f client.Factory) error + func (o *CreateOptions) Validate(c *cobra.Command, args []string, f client.Factory) error