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 NewGetCommand(f client.Factory, use string) *cobra.Command + type CreateOptions struct + AccessMode *flag.Enum + BackupSyncPeriod time.Duration + Bucket string + Config flag.Map + Labels flag.Map + Name string + Prefix string + Provider 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