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

package multicluster

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

Index

Functions

func OnlyAllowNodeZones

func OnlyAllowNodeZones(f *framework.Framework, zoneCount int, image string)

OnlyAllowNodeZones tests that GetAllCurrentZones returns only zones with Nodes

func PodsUseStaticPVsOrFail

func PodsUseStaticPVsOrFail(f *framework.Framework, podCount int, image string)

Check that the pods using statically created PVs get scheduled to the same zone that the PV is in.

func SIGDescribe

func SIGDescribe(text string, body func()) bool

func SpreadRCOrFail

func SpreadRCOrFail(f *framework.Framework, replicaCount int32, image string)

Check that the pods comprising a replication controller get spread evenly across available zones

func SpreadServiceOrFail

func SpreadServiceOrFail(f *framework.Framework, replicaCount int, image string)

Check that the pods comprising a service get spread evenly across available zones

Types

type StaticPVTestConfig

type StaticPVTestConfig struct {
	// contains filtered or unexported fields
}

Source Files

framework.go ubernetes_lite.go

Version
v1.9.1
Published
Jan 3, 2018
Platform
js/wasm
Imports
17 packages
Last checked
2 minutes ago

Tools for package owners.