gcloud

package
v1.2.0-alpha.8 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2016 License: Apache-2.0 Imports: 12 Imported by: 0

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

type RunResult

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

type TearDown

type TearDown func() *RunResult

Jump to

Keyboard shortcuts

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