schedule

package
v1.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2023 License: Apache-2.0 Imports: 14 Imported by: 20

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand(f client.Factory) *cobra.Command

func NewCreateCommand

func NewCreateCommand(f client.Factory, use string) *cobra.Command

func NewDeleteCommand

func NewDeleteCommand(f client.Factory, use string) *cobra.Command

NewDeleteCommand creates and returns a new cobra command for deleting schedules.

func NewDescribeCommand

func NewDescribeCommand(f client.Factory, use string) *cobra.Command

func NewGetCommand

func NewGetCommand(f client.Factory, use string) *cobra.Command

func NewPauseCommand added in v1.10.0

func NewPauseCommand(f client.Factory, use string) *cobra.Command

NewPauseCommand creates the command for pause

func NewUnpauseCommand added in v1.10.0

func NewUnpauseCommand(f client.Factory, use string) *cobra.Command

NewUnpauseCommand creates the command for unpause

func Run added in v0.10.0

func Run(o *cli.DeleteOptions) error

Run performs the deletion of schedules.

Types

type CreateOptions

type CreateOptions struct {
	BackupOptions              *backup.CreateOptions
	Schedule                   string
	UseOwnerReferencesInBackup bool
	Paused                     bool
	// contains filtered or unexported fields
}

func NewCreateOptions

func NewCreateOptions() *CreateOptions

func (*CreateOptions) BindFlags

func (o *CreateOptions) BindFlags(flags *pflag.FlagSet)

func (*CreateOptions) Complete

func (o *CreateOptions) Complete(args []string, f client.Factory) error

func (*CreateOptions) Run

func (*CreateOptions) Validate

func (o *CreateOptions) Validate(c *cobra.Command, args []string, f client.Factory) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL