package gcloud
import "k8s.io/kubernetes/test/e2e_node/gcloud"
Index ¶
Types ¶
type CmdHandle ¶
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()
Source Files ¶
gcloud.go
- Version
- v1.2.0-alpha.5
- Published
- Dec 15, 2015
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 4 minutes ago –
Tools for package owners.