package commands
import "github.com/docker/buildx/monitor/commands"
Index ¶
- func NewAttachCmd(m types.Monitor, stdout io.WriteCloser) types.Command
- func NewExecCmd(m types.Monitor, invokeConfig *controllerapi.InvokeConfig, stdout io.WriteCloser) types.Command
- func NewPsCmd(m types.Monitor, stdout io.WriteCloser) types.Command
- func NewReloadCmd(m types.Monitor, stdout io.WriteCloser, progress *progress.Printer, options *cbuild.Options, invokeConfig *controllerapi.InvokeConfig) types.Command
- func NewRollbackCmd(m types.Monitor, invokeConfig *controllerapi.InvokeConfig, stdout io.WriteCloser) types.Command
- type AttachCmd
- func (cm *AttachCmd) Exec(ctx context.Context, args []string) error
- func (cm *AttachCmd) Info() types.CommandInfo
- type ExecCmd
- func (cm *ExecCmd) Exec(ctx context.Context, args []string) error
- func (cm *ExecCmd) Info() types.CommandInfo
- type PsCmd
- func (cm *PsCmd) Exec(ctx context.Context, args []string) error
- func (cm *PsCmd) Info() types.CommandInfo
- type ReloadCmd
- func (cm *ReloadCmd) Exec(ctx context.Context, args []string) error
- func (cm *ReloadCmd) Info() types.CommandInfo
- type RollbackCmd
Functions ¶
func NewAttachCmd ¶
func NewExecCmd ¶
func NewExecCmd(m types.Monitor, invokeConfig *controllerapi.InvokeConfig, stdout io.WriteCloser) types.Command
func NewPsCmd ¶
func NewReloadCmd ¶
func NewReloadCmd(m types.Monitor, stdout io.WriteCloser, progress *progress.Printer, options *cbuild.Options, 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 (*AttachCmd) Info ¶
func (cm *AttachCmd) Info() types.CommandInfo
type ExecCmd ¶
type ExecCmd struct {
// contains filtered or unexported fields
}
func (*ExecCmd) Exec ¶
func (*ExecCmd) Info ¶
func (cm *ExecCmd) Info() types.CommandInfo
type PsCmd ¶
type PsCmd struct {
// contains filtered or unexported fields
}
func (*PsCmd) Exec ¶
func (*PsCmd) Info ¶
func (cm *PsCmd) Info() types.CommandInfo
type ReloadCmd ¶
type ReloadCmd struct {
// contains filtered or unexported fields
}
func (*ReloadCmd) Exec ¶
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
Source Files ¶
attach.go exec.go ps.go reload.go rollback.go
- Version
- v0.24.0-rc2
- Published
- May 19, 2025
- Platform
- windows/amd64
- Imports
- 12 packages
- Last checked
- 15 hours ago –
Tools for package owners.