commands

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAttachCmd

func NewAttachCmd(m types.Monitor, stdout io.WriteCloser) types.Command

func NewDisconnectCmd

func NewDisconnectCmd(m types.Monitor) types.Command

func NewExecCmd

func NewExecCmd(m types.Monitor, invokeConfig controllerapi.InvokeConfig, stdout io.WriteCloser) types.Command

func NewKillCmd

func NewKillCmd(m types.Monitor) types.Command

func NewListCmd

func NewListCmd(m types.Monitor, stdout io.WriteCloser) types.Command

func NewPsCmd

func NewPsCmd(m types.Monitor, stdout io.WriteCloser) types.Command

func NewReloadCmd

func NewReloadCmd(m types.Monitor, stdout io.WriteCloser, progress *progress.Printer, options *controllerapi.BuildOptions, invokeConfig controllerapi.InvokeConfig) types.Command

func NewRollbackCmd

func NewRollbackCmd(m types.Monitor, invokeConfig controllerapi.InvokeConfig, stdout io.WriteCloser) types.Command

Types

type AttachCmd

type AttachCmd struct {
	// contains filtered or unexported fields
}

func (*AttachCmd) Exec

func (cm *AttachCmd) Exec(ctx context.Context, args []string) error

func (*AttachCmd) Info

func (cm *AttachCmd) Info() types.CommandInfo

type DisconnectCmd

type DisconnectCmd struct {
	// contains filtered or unexported fields
}

func (*DisconnectCmd) Exec

func (cm *DisconnectCmd) Exec(ctx context.Context, args []string) error

func (*DisconnectCmd) Info

func (cm *DisconnectCmd) Info() types.CommandInfo

type ExecCmd

type ExecCmd struct {
	// contains filtered or unexported fields
}

func (*ExecCmd) Exec

func (cm *ExecCmd) Exec(ctx context.Context, args []string) error

func (*ExecCmd) Info

func (cm *ExecCmd) Info() types.CommandInfo

type KillCmd

type KillCmd struct {
	// contains filtered or unexported fields
}

func (*KillCmd) Exec

func (cm *KillCmd) Exec(ctx context.Context, args []string) error

func (*KillCmd) Info

func (cm *KillCmd) Info() types.CommandInfo

type ListCmd

type ListCmd struct {
	// contains filtered or unexported fields
}

func (*ListCmd) Exec

func (cm *ListCmd) Exec(ctx context.Context, args []string) error

func (*ListCmd) Info

func (cm *ListCmd) Info() types.CommandInfo

type PsCmd

type PsCmd struct {
	// contains filtered or unexported fields
}

func (*PsCmd) Exec

func (cm *PsCmd) Exec(ctx context.Context, args []string) error

func (*PsCmd) Info

func (cm *PsCmd) Info() types.CommandInfo

type ReloadCmd

type ReloadCmd struct {
	// contains filtered or unexported fields
}

func (*ReloadCmd) Exec

func (cm *ReloadCmd) Exec(ctx context.Context, args []string) error

func (*ReloadCmd) Info

func (cm *ReloadCmd) Info() types.CommandInfo

type RollbackCmd

type RollbackCmd struct {
	// contains filtered or unexported fields
}

func (*RollbackCmd) Exec

func (cm *RollbackCmd) Exec(ctx context.Context, args []string) error

func (*RollbackCmd) Info

func (cm *RollbackCmd) Info() types.CommandInfo

Jump to

Keyboard shortcuts

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