kubernetesk8s.io/kubernetes/test/e2e_node/gcloud Index | Files

package gcloud

import "k8s.io/kubernetes/test/e2e_node/gcloud"

Index

Types

type CmdHandle

type CmdHandle struct {
	TearDown TearDown
	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

Source Files

gcloud.go

Version
v1.2.0-alpha.6
Published
Jan 13, 2016
Platform
linux/amd64
Imports
11 packages
Last checked
5 minutes ago

Tools for package owners.