package multicluster
import "k8s.io/kubernetes/test/e2e/multicluster"
Index ¶
- 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 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.10.0-alpha.0
- Published
- Nov 16, 2017
- Platform
- js/wasm
- Imports
- 14 packages
- Last checked
- 4 minutes ago –
Tools for package owners.