Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdHandle ¶
type CmdHandle struct {
TearDown TearDown
CombinedOutput bytes.Buffer
Output chan RunResult
LPort string
}
type GCloudClient ¶
type GCloudClient interface {
RunAndWaitTillHealthy(
sudo bool, copyBin bool, remotePort string,
timeout time.Duration, healthUrl string, bin string, args ...string) (*CmdHandle, error)
}
func NewGCloudClient ¶
func NewGCloudClient(host string, zone string) GCloudClient
Click to show internal directories.
Click to hide internal directories.