gcloud

package
v1.2.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2015 License: Apache-2.0 Imports: 11 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
	Output   chan RunResult
	LPort    string
}

type GCloudClient

type GCloudClient interface {
	CopyAndWaitTillHealthy(
		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()

Jump to

Keyboard shortcuts

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