Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewObjectCmd ¶
func NewObjectCmd(delete *DeleteObjectCmd, f *cmdutil.Factory) *cobra.Command
Types ¶
type DeleteObjectCmd ¶
type DeleteObjectCmd struct { Io *iostreams.IOStreams ReadInput func(string) (string, error) DeleteObject func(context.Context, string, string) error AskInput func(string) (string, error) PrintOutput func(*output.GeneralOutput) error }
func NewDeleteObjectCmd ¶
func NewDeleteObjectCmd(f *cmdutil.Factory) *DeleteObjectCmd
Click to show internal directories.
Click to hide internal directories.