Documentation ¶
Index ¶
- type Manager
- func (mng *Manager) CreateAndStart(ctx context.Context, css entities.ContainerStartSettings) (string, error)
- func (mng *Manager) Exec(ctx context.Context, conID string, command string, username string) (int, error)
- func (mng *Manager) GetContainer(ctx context.Context, name string) (entities.Container, error)
- func (mng *Manager) GetExporterName(num int) string
- func (mng *Manager) RemoveContainer(ctx context.Context, name string) error
- func (mng *Manager) Renew(ctx context.Context) error
- func (mng *Manager) ShellCommand(ctx context.Context, containerName string, username string, workDir string, ...) error
- func (mng *Manager) StartPrometheusExporter(ctx context.Context, num int, netID string) error
- func (mng *Manager) StopAll(ctx context.Context, remove bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) CreateAndStart ¶
func (*Manager) GetContainer ¶
func (*Manager) GetExporterName ¶ added in v0.0.14
func (*Manager) RemoveContainer ¶
func (*Manager) ShellCommand ¶ added in v0.0.4
func (*Manager) StartPrometheusExporter ¶ added in v0.0.14
Click to show internal directories.
Click to hide internal directories.