package e2e
import "k8s.io/kubernetes/test/e2e"
Index ¶
- func CheckCadvisorHealthOnAllNodes(c *client.Client, timeout time.Duration)
- func DeleteRC(c *client.Client, ns, name string) error
- func Failf(format string, a ...interface{})
- func Logf(format string, a ...interface{})
- func RunE2ETests(kubeConfig, authConfig, certDir, host, repoRoot, provider string, gceConfig *GCEConfig, orderseed int64, times int, reportDir string, testList []string)
- func RunRC(c *client.Client, name string, ns, image string, replicas int)
- func ServeImageOrFail(c *client.Client, test string, image string)
- type GCEConfig
Functions ¶
func CheckCadvisorHealthOnAllNodes ¶
func DeleteRC ¶
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 ¶
Launch a Replication Controller and wait for all pods it spawns to become running
func ServeImageOrFail ¶
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 ¶
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.