kubernetesk8s.io/kubernetes/test/e2e Index | Files

package e2e

import "k8s.io/kubernetes/test/e2e"

Index

Functions

func CheckCadvisorHealthOnAllNodes

func CheckCadvisorHealthOnAllNodes(c *client.Client, timeout time.Duration)

func DeleteRC

func DeleteRC(c *client.Client, ns, name string) error

Delete a Replication Controller and all pods it spawned

func Failf

func Failf(format string, a ...interface{})

func Logf

func Logf(format string, a ...interface{})

func RunE2ETests

func RunE2ETests(kubeConfig, authConfig, certDir, host, repoRoot, provider string, gceConfig *GCEConfig, orderseed int64, times int, reportDir string, testList []string)

Run each Go end-to-end-test. This function assumes the creation of a test cluster.

func RunRC

func RunRC(c *client.Client, name string, ns, image string, replicas int)

Launch a Replication Controller and wait for all pods it spawns to become running

func ServeImageOrFail

func ServeImageOrFail(c *client.Client, test string, image string)

A basic test to check the deployment of an image using a replication controller. The image serves its hostname which is checked for each replica.

Types

type GCEConfig

type GCEConfig struct {
	ProjectID  string
	Zone       string
	MasterName string
}

Source Files

cadvisor.go certs.go density.go driver.go events.go kubectl.go monitoring.go networking.go pd.go pods.go rc.go secrets.go service.go shell.go util.go

Version
v0.13.1
Published
Mar 17, 2015
Platform
js/wasm
Imports
31 packages
Last checked
19 seconds ago

Tools for package owners.