Documentation ¶
Index ¶
- type Driver
- func (dri *Driver) ExecuteCommand(cluster string, taskId string, command string) error
- func (dri *Driver) ExecuteInteractiveCommand(cluster string, taskId string, command string) error
- func (dri *Driver) GetContainerId(cluster string, taskId string) (string, error)
- func (dri *Driver) StartPortForwardingSession(cluster string, taskId string, containerId string, remotePort uint, ...) error
- func (dri *Driver) StopTask(cluster string, taskId string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) ExecuteCommand ¶
func (*Driver) ExecuteInteractiveCommand ¶
func (*Driver) GetContainerId ¶
func (*Driver) StartPortForwardingSession ¶
Click to show internal directories.
Click to hide internal directories.