Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotOptions ¶ added in v0.9.0
SnapshotOptions contains options for the snapshot command.
func NewSnapshotOptions ¶ added in v0.9.0
func NewSnapshotOptions(streams genericclioptions.IOStreams) *SnapshotOptions
NewSnapshotOptions provides an instance of SnapshotOptions with default values.
func (*SnapshotOptions) BindFlags ¶ added in v0.9.0
func (o *SnapshotOptions) BindFlags(cmd *cobra.Command)
BindFlags binds the arguments common to all sub-commands, to the corresponding main command flags.
func (*SnapshotOptions) Run ¶ added in v0.9.0
func (o *SnapshotOptions) Run() error
func (*SnapshotOptions) Validate ¶ added in v0.9.0
func (o *SnapshotOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.