package multicluster
import "k8s.io/kubernetes/test/e2e/multicluster"
Index ¶
- func OnlyAllowNodeZones(f *framework.Framework, zoneCount int, image string)
- func PodsUseStaticPVsOrFail(f *framework.Framework, podCount int, image string)
- func SIGDescribe(text string, body func()) bool
- func SpreadRCOrFail(f *framework.Framework, replicaCount int32, image string)
- func SpreadServiceOrFail(f *framework.Framework, replicaCount int, image string)
- type StaticPVTestConfig
Functions ¶
func OnlyAllowNodeZones ¶
OnlyAllowNodeZones tests that GetAllCurrentZones returns only zones with Nodes
func PodsUseStaticPVsOrFail ¶
Check that the pods using statically created PVs get scheduled to the same zone that the PV is in.
func SIGDescribe ¶
func SpreadRCOrFail ¶
Check that the pods comprising a replication controller get spread evenly across available zones
func SpreadServiceOrFail ¶
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.